feat: Add docker compose
This commit is contained in:
parent
2288005b6f
commit
fcad85af89
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user