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.
12 lines
176 B
YAML
12 lines
176 B
YAML
|
4 years ago
|
version: "3.3"
|
||
|
|
|
||
|
|
services:
|
||
|
|
tailchat-web:
|
||
|
|
build:
|
||
|
|
context: .
|
||
|
|
image: tailchat-web
|
||
|
|
environment:
|
||
|
|
SERVICE_URL: ${SERVICE_URL}
|
||
|
4 years ago
|
ports:
|
||
|
|
- 11011:11011
|