docks and stacks
This commit is contained in:
parent
2a99947e47
commit
2d14cb4e14
7 changed files with 275 additions and 9 deletions
13
stacks/web-blazor.yml
Normal file
13
stacks/web-blazor.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
maddoscientisto-web:
|
||||
image: forgejo.maddoscientisto.net/maddo/maddoscientisto-web:latest
|
||||
ports:
|
||||
- "8002:80"
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl -fsS http://127.0.0.1/ || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue