fix config

This commit is contained in:
Gal 2023-12-30 18:10:52 +01:00
parent b5034b6be1
commit a57c6f7a77
Signed by: gal
GPG Key ID: F035BC65003BC00B
1 changed files with 5 additions and 5 deletions

View File

@ -27,16 +27,16 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "3000:3000"
- "4003:3000"
- "222:22"
depends_on:
- db
labels:
- "traefik.enable=true"
- "traefik.http.routers.quartz.rule=Host(`git.velouria.dev`)"
- "traefik.http.routers.quartz.entrypoints=websecure"
- "traefik.http.routers.quartz.tls.certresolver=myresolver"
- "traefik.http.services.quartz.loadbalancer.server.port=3000"
- "traefik.http.routers.gitea.rule=Host(`git.velouria.dev`)"
- "traefik.http.routers.gitea.entrypoints=websecure"
- "traefik.http.routers.gitea.tls.certresolver=myresolver"
- "traefik.http.services.gitea.loadbalancer.server.port=4003"
db:
image: postgres:14