Files
watch-untis/docker-compose.yml
2026-02-23 22:47:28 +01:00

10 lines
185 B
YAML

services:
backend:
build: ./backend
ports:
- "8001:8001"
container_name: watch-untis-backend
environment:
NODE_ENV: production
restart: unless-stopped