status-page/docker-compose.yml

11 lines
204 B
YAML
Raw Normal View History

2023-10-28 16:28:50 +00:00
version: "3"
services:
status-page:
image: "status-page"
environment:
ADDITIONAL_STYLES: "example"
2023-10-28 16:28:50 +00:00
volumes:
- ./database:/home/bun/app/database:ro
ports:
- "7000:7000"