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.
tailchat/client/docker-compose.yml

12 lines
176 B
YAML

version: "3.3"
services:
tailchat-web:
build:
context: .
image: tailchat-web
environment:
SERVICE_URL: ${SERVICE_URL}
ports:
- 11011:11011