jelu: enable google api
This commit is contained in:
parent
872f4c91fb
commit
0bc4e0e1df
Binary file not shown.
|
@ -4,14 +4,18 @@ services:
|
|||
image: wabayang/jelu
|
||||
container_name: jelu
|
||||
volumes:
|
||||
- ${DOCKER_STORAGE_PATH}/jelu/config:/config
|
||||
- ${DOCKER_STORAGE_PATH}/jelu/database:/database
|
||||
- ${DOCKER_STORAGE_PATH}/jelu/files/images:/files/images
|
||||
- ${DOCKER_STORAGE_PATH}/jelu/files/imports:/files/imports
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
configs:
|
||||
- source: jelu_config
|
||||
target: /config/application.yml
|
||||
networks:
|
||||
public:
|
||||
ipv4_address: 192.168.240.33
|
||||
env_file:
|
||||
- secrets/jelu.env
|
||||
environment:
|
||||
SERVER_PORT: 80
|
||||
SPRING_DATASOURCE_USERNAME: lukas
|
||||
|
@ -20,3 +24,12 @@ services:
|
|||
profiles:
|
||||
- base
|
||||
restart: unless-stopped
|
||||
|
||||
configs:
|
||||
jelu_config:
|
||||
content: |
|
||||
jelu:
|
||||
metadataProviders:
|
||||
- is-enabled: true
|
||||
apiKey: "${GOOGLE_API_KEY}"
|
||||
name: "google"
|
||||
|
|
Loading…
Reference in New Issue