Compare commits
No commits in common. "f9d60040a364a93fe697e61a7e5463175a7922dd" and "eff091f4b860407d7427ee046b61f9a07123c87d" have entirely different histories.
f9d60040a3
...
eff091f4b8
Binary file not shown.
|
@ -0,0 +1,5 @@
|
|||
jelu:
|
||||
metadataProviders:
|
||||
- is-enabled: true
|
||||
apiKey: "${GOOGLE_API_KEY}"
|
||||
name: "google"
|
|
@ -15,7 +15,7 @@ services:
|
|||
public:
|
||||
ipv4_address: 192.168.240.33
|
||||
env_file:
|
||||
- ../secrets/jelu.env
|
||||
- secrets/jelu.env
|
||||
environment:
|
||||
SERVER_PORT: 80
|
||||
SPRING_DATASOURCE_USERNAME: lukas
|
||||
|
@ -27,5 +27,5 @@ services:
|
|||
|
||||
configs:
|
||||
jelu_config:
|
||||
file: ../secrets/jelu-application.yml
|
||||
file: ./jelu-application.yml
|
||||
|
||||
|
|
Loading…
Reference in New Issue