1
0
Fork 0
docker-compose-templates/services/jelu.yml

36 lines
919 B
YAML
Raw Normal View History

2023-12-02 11:58:29 +00:00
---
services:
jelu:
image: wabayang/jelu
container_name: jelu
volumes:
- ${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
2023-12-06 11:41:16 +00:00
configs:
- source: jelu_config
target: /config/application.yml
2023-12-02 12:06:54 +00:00
networks:
2023-12-05 09:55:22 +00:00
public:
ipv4_address: 192.168.240.33
2023-12-06 11:41:16 +00:00
env_file:
- secrets/jelu.env
2023-12-02 11:58:29 +00:00
environment:
SERVER_PORT: 80
SPRING_DATASOURCE_USERNAME: lukas
SPRING_DATASOURCE_PASSWORD: Q^k5i2^hN!wmEr6JLkYP9ME
JELU_CORS_ALLOWED-ORIGINS: https://jelu.${DOMAIN}
profiles:
- base
2023-12-06 11:41:16 +00:00
restart: unless-stopped
configs:
jelu_config:
content: |
jelu:
metadataProviders:
- is-enabled: true
apiKey: "${GOOGLE_API_KEY}"
name: "google"