workaround for missing volume subfolder feature
This commit is contained in:
parent
e0396d59a9
commit
65ba1fcd69
1 changed files with 4 additions and 6 deletions
|
@ -12,12 +12,12 @@ services:
|
|||
- USERNAME=${SEAFILE_REGULAR_USER}
|
||||
- PASSWORD=${SEAFILE_REGULAR_PASSWORD}
|
||||
- DATA_DIR=/library
|
||||
- SEAFILE_UID=1000
|
||||
- SEAFILE_GID=1000
|
||||
# - SEAFILE_UID=1000
|
||||
# - SEAFILE_GID=1000
|
||||
networks:
|
||||
- srv
|
||||
volumes:
|
||||
- images:/library
|
||||
- ${ROOT_INSTALL}/data/sync:/library
|
||||
|
||||
pigallery2:
|
||||
container_name: pigallery2
|
||||
|
@ -33,8 +33,7 @@ services:
|
|||
- pigallery_config:/app/data/config:rw
|
||||
- pigallerydb_data:/app/data/db:rw
|
||||
- pigallery_tmp:/app/data/tmp:rw
|
||||
# - images:/app/data/images:ro
|
||||
- images:/images:ro
|
||||
- ${ROOT_INSTALL}/data/sync/Photos:/app/data/images:ro
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.pigallery_config.rule=Host(`${HOST_PIGALLERY}.${DOMAIN}`)
|
||||
|
@ -43,7 +42,6 @@ services:
|
|||
- traefik.http.services.pigallery_config.loadbalancer.server.port=80
|
||||
|
||||
volumes:
|
||||
images:
|
||||
pigallerydb_data:
|
||||
pigallery_tmp:
|
||||
pigallery_config:
|
Loading…
Add table
Reference in a new issue