display/docker-compose.yaml

16 lines
203 B
YAML
Raw Normal View History

2021-11-12 16:41:27 +01:00
version: "2.4"
services:
app:
build:
context: .
args:
REACT_APP_TCL_AUTH: changeme
restart: always
networks:
- frontend
networks:
frontend:
external: true