diff --git a/photo/docker-compose.photo.yml b/photo/docker-compose.photo.yml index 478b5e8..bdea34d 100644 --- a/photo/docker-compose.photo.yml +++ b/photo/docker-compose.photo.yml @@ -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: \ No newline at end of file