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

10 lines
145 B
YAML

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