forked from TrueCloudLab/frostfs-dev-env
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/basenet/.int_test.env
Symbolic link
1
services/basenet/.int_test.env
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../.int_test.env
|
|
@ -11,6 +11,7 @@ services:
|
|||
command: ["/bin/sleep", "infinity"]
|
||||
restart: always
|
||||
stop_signal: SIGKILL
|
||||
env_file: [ ".int_test.env" ]
|
||||
environment:
|
||||
- TZ=Etc/UTC
|
||||
networks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue