This commit is contained in:
2026-01-28 07:54:37 -07:00
parent e79e0f35de
commit 4f5a75d936
2 changed files with 41 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
# Jelu
Modified from [official instructions](https://github.com/bayang/jelu?tab=readme-ov-file#docker).
+39
View File
@@ -0,0 +1,39 @@
volumes:
config:
driver: local
driver_opts:
type: none
o: bind
device: /mnt/apple/jelu/config
database:
driver: local
driver_opts:
type: none
o: bind
device: /mnt/apple/jelu/database
images:
driver: local
driver_opts:
type: none
o: bind
device: /mnt/apple/jelu/images
imports:
driver: local
driver_opts:
type: none
o: bind
device: /mnt/apple/jelu/imports
services:
jelu:
image: wabayang/jelu
container_name: jelu
volumes:
- config:/config
- database:/database
- images:/files/images
- imports:/files/imports
- /etc/timezone:/etc/timezone:ro
# ports:
# - 11111:11111
restart: unless-stopped