tools/openblocks/docker-compose.yml aktualisiert

This commit is contained in:
2025-11-02 18:39:43 +01:00
parent ead3dae072
commit c264af567a

View File

@@ -0,0 +1,19 @@
services:
openblocks:
image: elestio4test/openblocks-ce:latest
container_name: Openblocks
hostname: openblocks
mem_limit: 8g
cpu_shares: 2048
security_opt:
- no-new-privileges:true
healthcheck:
test: curl -f http://localhost:3000/ || exit 1
ports:
- 8446:3000
volumes:
- stacks:/openblocks-stacks:rw
restart: on-failure:5
volumes:
stacks: