Update docker stuff

This commit is contained in:
Tobias Reisinger 2026-09-03 12:51:30 +02:00
commit ff7f20f12c
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 10 additions and 6 deletions

View file

@ -16,7 +16,7 @@ services:
EMGAUWA_CONTROLLER__SERVER__HOST: core
EMGAUWA_CONTROLLER__DATABASE: sqlite:///data/controller1.sqlite
volumes:
- ./controller/emgauwa-controller.json:/etc/emgauwa/controller.json
- ./controller/emgauwa-controller.cfg:/etc/emgauwa/controller.cfg
- ./docker-data:/data
controller2:
image: registry.serguzim.me/emgauwa/combi
@ -25,5 +25,5 @@ services:
EMGAUWA_CONTROLLER__SERVER__HOST: core
EMGAUWA_CONTROLLER__DATABASE: sqlite:///data/controller2.sqlite
volumes:
- ./controller/emgauwa-controller.json:/etc/emgauwa/controller.json
- ./controller/emgauwa-controller.cfg:/etc/emgauwa/controller.cfg
- ./docker-data:/data