File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -99,39 +99,6 @@ services:
9999 - " traefik.backend.loadbalancer.swarm=true"
100100 - " traefik.backend.loadbalancer.method=drr"
101101
102- who3 :
103- image : bitnami/nginx:latest
104- networks :
105- - ntw_front
106- volumes :
107- - ./www/who3/html/:/usr/share/nginx/html/
108- deploy :
109- mode : replicated
110- replicas : 2
111- # placement:
112- # constraints: [node.role==manager]
113- restart_policy :
114- condition : on-failure
115- max_attempts : 5
116- resources :
117- limits :
118- cpus : ' 0.20'
119- memory : 9M
120- reservations :
121- cpus : ' 0.05'
122- memory : 9M
123- labels :
124- - " traefik.frontend.rule=PathPrefixStrip:/who3"
125- - " traefik.backend=who3"
126- - " traefik.port=8080"
127- - " traefik.weight=10"
128- - " traefik.enable=true"
129- - " traefik.passHostHeader=true"
130- - " traefik.docker.network=ntw_front"
131- - " traefik.frontend.entryPoints=http"
132- - " traefik.backend.loadbalancer.swarm=true"
133- - " traefik.backend.loadbalancer.method=drr"
134-
135102networks :
136103 ntw_front :
137104 external : true
You can’t perform that action at this time.
0 commit comments