Use file instead of content
Revert this commit when content becomes available in docker-engine See https://github.com/compose-spec/compose-spec/pull/429
This commit is contained in:
parent
0bc4e0e1df
commit
eff091f4b8
|
@ -0,0 +1,5 @@
|
||||||
|
jelu:
|
||||||
|
metadataProviders:
|
||||||
|
- is-enabled: true
|
||||||
|
apiKey: "${GOOGLE_API_KEY}"
|
||||||
|
name: "google"
|
|
@ -27,9 +27,5 @@ services:
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
jelu_config:
|
jelu_config:
|
||||||
content: |
|
file: ./jelu-application.yml
|
||||||
jelu:
|
|
||||||
metadataProviders:
|
|
||||||
- is-enabled: true
|
|
||||||
apiKey: "${GOOGLE_API_KEY}"
|
|
||||||
name: "google"
|
|
||||||
|
|
Loading…
Reference in New Issue