jelu failed

This commit is contained in:
2026-02-11 21:08:08 -07:00
parent 6934a7319d
commit 52743bb2bb
2 changed files with 0 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