mirror of
https://github.com/Kizuren/statusPage.git
synced 2025-12-21 21:16:09 +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 |