mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
145 B
YAML
10 lines
145 B
YAML
3 years ago
|
version: "3.3"
|
||
|
|
||
|
services:
|
||
|
tailchat-web:
|
||
|
build:
|
||
|
context: .
|
||
|
image: tailchat-web
|
||
|
environment:
|
||
|
SERVICE_URL: ${SERVICE_URL}
|