Skip to content

Commit 8fbe8b3

Browse files
committed
add stgfirefirepresslink
1 parent 902c7b9 commit 8fbe8b3

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

traefik_stack6/stack-webapp.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,33 @@ services:
184184
- traefik.frontend.redirect.entryPoint=https
185185
- traefik.frontend.redirect.permanent=true
186186

187+
stgfirefirepresslink:
188+
<<: *default-opts
189+
image: containous/whoami:v1.5.0
190+
networks:
191+
- ntw_front
192+
deploy:
193+
mode: replicated
194+
replicas: 2
195+
restart_policy:
196+
condition: on-failure
197+
max_attempts: 10
198+
resources:
199+
limits:
200+
cpus: '0.20'
201+
memory: 8M
202+
reservations:
203+
cpus: '0.05'
204+
memory: 4M
205+
labels:
206+
- traefik.frontend.rule=Host:stgfire.firepress.link
207+
- traefik.port=80
208+
- traefik.enable=true
209+
- traefik.docker.network=ntw_front
210+
- traefik.frontend.entryPoints=http,https
211+
- traefik.frontend.redirect.entryPoint=https
212+
- traefik.frontend.redirect.permanent=true
213+
187214
devcerisesite:
188215
<<: *default-opts
189216
image: nginx:1.19-alpine

0 commit comments

Comments
 (0)