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

19 lines
605 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/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
environment:
SERVER_PORT: 80
SPRING_DATASOURCE_USERNAME: lukas
SPRING_DATASOURCE_PASSWORD: Q^k5i2^hN!wmEr6JLkYP9ME
JELU_CORS_ALLOWED-ORIGINS: https://jelu.${DOMAIN}
profiles:
- base
restart: unless-stopped