We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a110f99 commit 8321e5cCopy full SHA for 8321e5c
2 files changed
docker-compose/docker-compose.yml
@@ -173,6 +173,9 @@ services:
173
nats:
174
condition: service_started
175
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
179
volumes:
180
- generated-configs:/tmp/generated-configs:ro
181
entrypoint: |
support/docker-compose.yml
@@ -85,6 +85,10 @@ services:
85
- boot
86
87
- ./config/aquila.yml:/aquila.yml
88
+ - ./config/aquila.service.configuration.json:/aquila.service.configuration.json
89
90
91
+ AQUILA_SERVICE_CONFIG_PATH: /aquila.service.configuration.json
92
ports:
93
- "8081:8081"
94
0 commit comments