Added env var to point conduit to config file
parent
85ee0dd60d
commit
3cc2da1442
|
@ -26,6 +26,8 @@ services:
|
||||||
configs:
|
configs:
|
||||||
- source: conduit_v6
|
- source: conduit_v6
|
||||||
target: '/srv/conduit/conduit.toml'
|
target: '/srv/conduit/conduit.toml'
|
||||||
|
environment:
|
||||||
|
- 'CONDUIT_CONFIG=/srv/conduit/conduit.toml'
|
||||||
networks:
|
networks:
|
||||||
- 'default'
|
- 'default'
|
||||||
- 'public'
|
- 'public'
|
||||||
|
|
Loading…
Reference in New Issue