Erstes Aufsetzen

This commit is contained in:
2026-01-30 15:08:28 +01:00
parent 63a0261387
commit a17167d6f5
+19
View File
@@ -0,0 +1,19 @@
# docker-compose.yml
services:
evcc:
deploy:
resources:
limits:
memory: 256M
labels:
- com.hanold.environment=production
- wud.watch=true
image: evcc/evcc:latest
container_name: evcc
ports:
- 9070:7070
volumes:
# - ./evcc.yaml:/etc/evcc.yaml
- ./data/:/root/.evcc
restart: unless-stopped
networks: {}