1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Lukáš Kucharczyk f9d60040a3
jelu: move app to secrets folder 2023-12-06 13:10:01 +01:00
Lukáš Kucharczyk e0dd8f9d67
jelu: fix secrets dir 2023-12-06 13:09:18 +01:00
3 changed files with 2 additions and 7 deletions

Binary file not shown.

View File

@ -1,5 +0,0 @@
jelu:
metadataProviders:
- is-enabled: true
apiKey: "${GOOGLE_API_KEY}"
name: "google"

View File

@ -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: ./jelu-application.yml
file: ../secrets/jelu-application.yml