File tree 1 file changed +1
-12
lines changed
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,7 @@ services:
12
12
- proxy
13
13
volumes :
14
14
- /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
+
27
16
networks :
28
17
proxy :
29
18
external : true
You can’t perform that action at this time.
0 commit comments