9 lines
159 B
YAML
9 lines
159 B
YAML
|
version: "3"
|
||
|
|
||
|
services:
|
||
|
status-page:
|
||
|
image: "status-page:latest"
|
||
|
volumes:
|
||
|
- ./database:/home/bun/app/database:ro
|
||
|
ports:
|
||
|
- "7000:7000"
|