Aktueller Stand!

This commit is contained in:
2026-05-15 07:04:12 +00:00
parent 315eb5375f
commit ccebb8ef41
5 changed files with 124 additions and 0 deletions
+30
View File
@@ -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