mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: remove Traefik labels from app service in Docker Compose configuration
This commit is contained in:
parent
a9ed915068
commit
15fe844728
1 changed files with 0 additions and 2 deletions
|
|
@ -57,8 +57,6 @@ services:
|
||||||
interval: 2s
|
interval: 2s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 10
|
retries: 10
|
||||||
labels:
|
|
||||||
- "traefik.http.services.${DEPLOYMENT_NAME:-learnhouse}.loadbalancer.server.port=80"
|
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue