Skip to content

Commit a80b0de

Browse files
committed
Disable traefik for updater and ingestion
1 parent 5a32bc0 commit a80b0de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/docker-compose.prod.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ services:
107107
REDIS_PORT: 6379
108108
networks:
109109
- backend
110+
labels:
111+
- "traefik.enable=false"
110112

111113
updater:
112114
build:
@@ -125,6 +127,8 @@ services:
125127
REDIS_PORT: 6379
126128
networks:
127129
- backend
130+
labels:
131+
- "traefik.enable=false"
128132

129133
networks:
130134
traefik_proxy:

0 commit comments

Comments
 (0)