Aktueller Stand!
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
services:
|
||||
dashy:
|
||||
container_name: dashy
|
||||
image: lissy93/dashy:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- /docker/dashy/conf.yml:/app/public/conf.yml
|
||||
- /docker/dashy/conf.yml:/app/user-data/conf.yml
|
||||
networks:
|
||||
- vps_network
|
||||
ports:
|
||||
- 4000:8080
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '0.5'
|
||||
memory: 512M
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
|
||||
networks:
|
||||
vps_network:
|
||||
external: true
|
||||
name: vps_network
|
||||
Reference in New Issue
Block a user