feat: Add docker compose

This commit is contained in:
moanos [he/him] 2025-04-17 06:28:11 +00:00
parent 2288005b6f
commit fcad85af89

View File

@ -6,6 +6,8 @@ services:
environment:
# Note: those envs are customizable but also optional
- SERVER_PORT=8000
volumes:
- ./data:/app/data
labels:
- "traefik.enable=true"
- "traefik.docker.network=traefik"