Skip to content

Commit 5da63ce

Browse files
committed
ABORD - bitnami image requires a config file
1 parent 59b909f commit 5da63ce

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

traefik_stack5/toolweb.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff 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-
135102
networks:
136103
ntw_front:
137104
external: true

0 commit comments

Comments
 (0)