Skip to content

Commit 591356f

Browse files
committed
remove stgfirexyz
Signed-off-by: Pascal Andy <pascal@firepress.org>
1 parent 51f1421 commit 591356f

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

traefik_stack6/stack-webapp.yml

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

187-
stgfirexyz:
188-
<<: *default-opts
189-
image: nginx:1.19-alpine
190-
networks:
191-
- ntw_front
192-
volumes:
193-
- /root/docker-stack-this/traefik_stack6/www/stgfirexyz:/usr/share/nginx/html
194-
deploy:
195-
mode: replicated
196-
replicas: 1
197-
restart_policy:
198-
condition: on-failure
199-
max_attempts: 10
200-
resources:
201-
limits:
202-
cpus: '0.20'
203-
memory: 16M
204-
reservations:
205-
cpus: '0.05'
206-
memory: 4M
207-
labels:
208-
- traefik.frontend.rule=Host:stgfire.xyz
209-
- traefik.port=80
210-
- traefik.enable=true
211-
- traefik.docker.network=ntw_front
212-
- traefik.frontend.entryPoints=http,https
213-
- traefik.frontend.redirect.entryPoint=https
214-
- traefik.frontend.redirect.permanent=true
215-
216187
devcerisesite:
217188
<<: *default-opts
218189
image: nginx:1.19-alpine

0 commit comments

Comments
 (0)