Files
docker/Stacks/DS1-Main/wallos/docker-compose.yml
2026-03-14 00:32:13 +01:00

18 lines
474 B
YAML

services:
wallos:
container_name: Wallos
image: bellamy/wallos:latest
healthcheck:
test: curl -f http://localhost:80/ || exit 1
mem_limit: 4g
cpu_shares: 768
security_opt:
- no-new-privileges:true
restart: on-failure:5
ports:
- 8353:80/tcp
volumes:
- /volume1/docker/wallos/images:/var/www/html/images/uploads/logos:rw
- /volume1/docker/wallos/db:/var/www/html/db:rw
environment:
TZ: Europe/Zurich