File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ services:
43
43
- " traefik.http.routers.https-application-server.rule=Host(`${APP_HOSTNAME}`) && PathPrefix(`/`)"
44
44
- " traefik.http.routers.https-application-server.tls.certresolver=letsencrypt"
45
45
- " traefik.http.routers.https-application-server.tls=true"
46
+ - " traefik.http.services.app.loadbalancer.server.port=7860"
46
47
- " traefik.http.routers.http-application-server.priority=5"
47
48
- " traefik.http.routers.https-application-server.priority=10"
48
49
49
50
networks :
50
51
shared-network :
51
- name : shared-network
52
- driver : bridge
52
+ external : true
Original file line number Diff line number Diff line change @@ -74,8 +74,7 @@ services:
74
74
75
75
networks :
76
76
shared-network :
77
- name : shared-network
78
- driver : bridge
77
+ external : true
79
78
80
79
configs :
81
80
nginx-default-config :
You can’t perform that action at this time.
0 commit comments