Add .int_test.env files for config amendments (#167)
Signed-off-by: Elizaveta Chichindaeva <elizaveta@nspcc.ru>
This commit is contained in:
parent
96a41e0516
commit
b7d0bc96bf
21 changed files with 23 additions and 9 deletions
1
services/s3_gate/.int_test.env
Symbolic link
1
services/s3_gate/.int_test.env
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../.int_test.env
|
|
@ -20,7 +20,7 @@ services:
|
|||
- ./tls.crt:/tls.crt
|
||||
- ./../../vendor/hosts:/etc/hosts
|
||||
stop_signal: SIGKILL
|
||||
env_file: [ ".env", ".s3.env" ]
|
||||
env_file: [ ".env", ".s3.env", ".int_test.env" ]
|
||||
environment:
|
||||
- S3_GW_WALLET=/wallet.json
|
||||
- S3_GW_WALLET_PASSPHRASE=s3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue