Update docker stuff
This commit is contained in:
parent
21c245dcf8
commit
ff7f20f12c
4 changed files with 10 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue