mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 17:00:40 +02:00
tweak directory mount
This commit is contained in:
@@ -33,7 +33,8 @@ services:
|
|||||||
- pigallery_config:/app/data/config:rw
|
- pigallery_config:/app/data/config:rw
|
||||||
- pigallerydb_data:/app/data/db:rw
|
- pigallerydb_data:/app/data/db:rw
|
||||||
- pigallery_tmp:/app/data/tmp:rw
|
- pigallery_tmp:/app/data/tmp:rw
|
||||||
- images/Photos:/app/data/images:ro
|
# - images:/app/data/images:ro
|
||||||
|
- images:/images:ro
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.routers.pigallery_config.rule=Host(`${HOST_PIGALLERY}.${DOMAIN}`)
|
- traefik.http.routers.pigallery_config.rule=Host(`${HOST_PIGALLERY}.${DOMAIN}`)
|
||||||
|
|||||||
Reference in New Issue
Block a user