9 lines
No EOL
188 B
YAML
9 lines
No EOL
188 B
YAML
version: "3"
|
|
|
|
services:
|
|
status-page:
|
|
image: "git.sofiaritz.com/infrastructure/status-page:v1"
|
|
volumes:
|
|
- ./database:/home/bun/app/database:ro
|
|
ports:
|
|
- "7000:7000" |