feat(acs): env file for compose deployment
This commit is contained in:
parent
b02d2463cf
commit
4595c72e84
1
deploy/compose/.env.acs
Normal file
1
deploy/compose/.env.acs
Normal file
|
|
@ -0,0 +1 @@
|
|||
NATS_URL=nats://msg_broker:4222
|
||||
|
|
@ -181,6 +181,8 @@ services:
|
|||
container_name: acs
|
||||
ports:
|
||||
- 7547:7547
|
||||
env_file:
|
||||
- .env.acs
|
||||
networks:
|
||||
usp_network:
|
||||
ipv4_address: 172.16.235.16
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user