mirror of
https://github.com/Kizuren/statusPage.git
synced 2026-01-10 00:20:31 +01:00
9 lines
No EOL
159 B
YAML
9 lines
No EOL
159 B
YAML
services:
|
|
statuspage:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./config.js:/app/config.js |