File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,6 +173,9 @@ services:
173173 nats :
174174 condition : service_started
175175 image : ${IMAGE_REGISTRY}/aquila:${IMAGE_TAG}
176+ environment :
177+ AQUILA_CONFIG_PATH : /aquila.yml
178+ AQUILA_SERVICE_CONFIG_PATH : /tmp/generated-configs/aquila.service.configuration.json
176179 volumes :
177180 - generated-configs:/tmp/generated-configs:ro
178181 entrypoint : |
Original file line number Diff line number Diff line change @@ -85,6 +85,10 @@ services:
8585 - boot
8686 volumes :
8787 - ./config/aquila.yml:/aquila.yml
88+ - ./config/aquila.service.configuration.json:/aquila.service.configuration.json
89+ environment :
90+ AQUILA_CONFIG_PATH : /aquila.yml
91+ AQUILA_SERVICE_CONFIG_PATH : /aquila.service.configuration.json
8892 ports :
8993 - " 8081:8081"
9094
Original file line number Diff line number Diff line change 1- bf4c8897b499dfcc510ad79a3d9cb5de76662964
1+ 201a5698ece302fb9f81004f436c49635e9c10c2
You can’t perform that action at this time.
0 commit comments