This commit is contained in:
Brieuc Dubois 2023-12-20 00:43:01 +01:00
parent b8a713598b
commit 3a132aa197
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ services:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
depends_on: depends_on:
- postgres - postgres
- redis
ports:
- 2222:22/tcp
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.gitea.rule=Host(`git.bhasher.com`)" - "traefik.http.routers.gitea.rule=Host(`git.bhasher.com`)"