Stacks from Dockhand
This commit is contained in:
18
Stacks/DS1-Main/wallos/docker-compose.yml
Normal file
18
Stacks/DS1-Main/wallos/docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user