File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,33 @@ services:
184
184
- traefik.frontend.redirect.entryPoint=https
185
185
- traefik.frontend.redirect.permanent=true
186
186
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
+
187
214
devcerisesite :
188
215
<< : *default-opts
189
216
image : nginx:1.19-alpine
You can’t perform that action at this time.
0 commit comments