Files
homelab-docker/tools/openblocks/docker-compose.yml

19 lines
407 B
YAML

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: