display/docker-compose.yaml

16 lines
203 B
YAML

version: "2.4"
services:
app:
build:
context: .
args:
REACT_APP_TCL_AUTH: changeme
restart: always
networks:
- frontend
networks:
frontend:
external: true