update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-20 17:37:13 +03:00
parent b13d319616
commit e3d5d4935c
4 changed files with 49 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ x-custom: &envs
SERVING_PORT: 8080
MIGRATION_MODE: "on"
LOGGING_LEVEL: debug
POSTGRES_DSN: "host=pg port=2345 dbname=gerald user=gerald password=wR7gP2kD9qLxVzT3mBc sslmode=disable"
POSTGRES_DSN: "host=pg port=5432 dbname=gerald user=gerald password=wR7gP2kD9qLxVzT3mBc sslmode=disable"
x-custom-pg: &envs-pg
POSTGRES_USER: "gerald"
@@ -54,7 +54,7 @@ services:
- traefik.http.routers.gerald.entrypoints=websecure
- traefik.http.routers.gerald.tls=true
- traefik.http.routers.gerald.tls.certresolver=letsEncrypt
- traefik.http.routers.gerald.rule=Host(`api.2phon.com`) || Host(`gerald-srv.octagon-lab.com`)
- traefik.http.routers.gerald.rule=Host(`gerald-srv.octagon-lab.com`)
- traefik.http.services.gerald.loadbalancer.server.port=8080
- traefik.http.middlewares.gerald-ratelimit.ratelimit.average=5
- traefik.http.middlewares.gerald-ratelimit.ratelimit.burst=10