Compare commits
3 Commits
4f5299ab68
...
8d909496f4
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d909496f4 | |||
| 885e77ec8b | |||
| 87572f60dd |
@@ -43,7 +43,7 @@ services:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 512m
|
memory: 512m
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
airtrail-db:
|
airtrail-db:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: jgraph/drawio:${DRAWIO_VERSION:-latest}
|
image: jgraph/drawio:${DRAWIO_VERSION:-latest}
|
||||||
container_name: drawio
|
container_name: draw-io
|
||||||
ports:
|
ports:
|
||||||
- ${DRAWIO_PORT:-8080}:8080
|
- ${DRAWIO_PORT:-8080}:8080
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -1,11 +1,17 @@
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: corentinth/it-tools:latest
|
image: corentinth/it-tools:latest
|
||||||
container_name: ittools
|
container_name: it-tools
|
||||||
ports:
|
ports:
|
||||||
- ${IT_TOOLS_PORT}:80
|
- ${IT_TOOLS_PORT}:80
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 512m
|
memory: 512m
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1/ || exit 1"]
|
||||||
|
interval: 30s
|
||||||
|
timeout: 10s
|
||||||
|
retries: 3
|
||||||
|
start_period: 15s
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user