display/docker-compose.yaml

14 lines
187 B
YAML

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