This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user