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

9 lines
No EOL
159 B
YAML

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