Add .int_test.env files for config amendments (#167)

Signed-off-by: Elizaveta Chichindaeva <elizaveta@nspcc.ru>
This commit is contained in:
Elizaveta Chichindaeva 2022-04-07 15:33:53 +03:00 committed by GitHub
parent 96a41e0516
commit b7d0bc96bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 23 additions and 9 deletions

1
services/nats/.int_test.env Symbolic link
View file

@ -0,0 +1 @@
../../.int_test.env

View file

@ -21,7 +21,7 @@ services:
- ./server-key.pem:/certs/server-key.pem
- ./ca-cert.pem:/certs/ca-cert.pem
stop_signal: SIGKILL
env_file: [ ".env" ]
env_file: [ ".env", ".int_test.env" ]
command: ["-c", "/etc/nats/neofs-nats-server.conf"]
networks: