Erstes Aufsetzen
This commit is contained in:
@@ -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: {}
|
||||||
Reference in New Issue
Block a user