Skip to content

Commit dd214a2

Browse files
committed
build: remove traefik
1 parent f97d983 commit dd214a2

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

docker-compose.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,7 @@ services:
1212
- proxy
1313
volumes:
1414
- /etc/localtime:/etc/localtime:ro
15-
labels:
16-
- "traefik.enable=true"
17-
- "traefik.http.routers.${API_NAME}.entrypoints=http"
18-
- "traefik.http.routers.${API_NAME}.rule=Host(`${API_URL_REST}`)"
19-
- "traefik.http.routers.${API_NAME}-secure.entrypoints=https"
20-
- "traefik.http.routers.${API_NAME}-secure.rule=Host(`${API_URL_REST}`)"
21-
- "traefik.http.routers.${API_NAME}-secure.tls=true"
22-
- "traefik.http.routers.${API_NAME}-secure.tls.certresolver=http"
23-
- "traefik.http.routers.${API_NAME}-secure.service=${API_NAME}"
24-
- "traefik.http.services.${API_NAME}.loadbalancer.server.port=${API_URL_REST_PORT}"
25-
- "traefik.docker.network=proxy"
26-
15+
2716
networks:
2817
proxy:
2918
external: true

0 commit comments

Comments
 (0)