status-page/docker-compose.yml

11 lines
204 B
YAML

version: "3"
services:
status-page:
image: "status-page"
environment:
ADDITIONAL_STYLES: "example"
volumes:
- ./database:/home/bun/app/database:ro
ports:
- "7000:7000"