feat: Add docker compose
This commit is contained in:
parent
2288005b6f
commit
fcad85af89
@ -6,6 +6,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
# Note: those envs are customizable but also optional
|
# Note: those envs are customizable but also optional
|
||||||
- SERVER_PORT=8000
|
- SERVER_PORT=8000
|
||||||
|
volumes:
|
||||||
|
- ./data:/app/data
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.docker.network=traefik"
|
- "traefik.docker.network=traefik"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user