1
0
Fork 0

jelu: add

This commit is contained in:
Lukáš Kucharczyk 2023-12-02 12:58:29 +01:00
parent 9758a3dfd5
commit 5258939589
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
2 changed files with 20 additions and 0 deletions

View File

@ -8,6 +8,7 @@ include:
- services/komga.yml
- services/radarr.yml
- services/miniflux.yml
- services/jelu.yml
services:

19
services/jelu.yml Normal file
View File

@ -0,0 +1,19 @@
---
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