statusPage/docker-compose-build.yml
2025-03-19 16:27:00 +01:00

9 lines
No EOL
152 B
YAML

services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:8080"
volumes:
- ./config.js:/app/config.js