change port

This commit is contained in:
Gal 2023-12-30 18:08:54 +01:00
parent c17be29f70
commit b5034b6be1
Signed by: gal
GPG Key ID: F035BC65003BC00B
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "4003:3000"
- "3000:3000"
- "222:22"
depends_on:
- db
@ -36,7 +36,7 @@ services:
- "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=4003"
- "traefik.http.services.quartz.loadbalancer.server.port=3000"
db:
image: postgres:14