draw.io/docker-compose.yml hinzugefügt
This commit is contained in:
13
draw.io/docker-compose.yml
Normal file
13
draw.io/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
services:
|
||||||
|
drawio:
|
||||||
|
container_name: draw.io
|
||||||
|
image: jgraph/drawio:latest
|
||||||
|
healthcheck:
|
||||||
|
test: curl -f http://localhost:8080/ || exit 1
|
||||||
|
mem_limit: 4g
|
||||||
|
cpu_shares: 768
|
||||||
|
security_opt:
|
||||||
|
- no-new-privileges:true
|
||||||
|
restart: on-failure:5
|
||||||
|
ports:
|
||||||
|
- 5022:8080
|
||||||
Reference in New Issue
Block a user