mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 11:55:47 +02:00
Added env var to point conduit to config file
This commit is contained in:
parent
85ee0dd60d
commit
3cc2da1442
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue