try another seafile client image
This commit is contained in:
parent
a6f374763a
commit
89846d44ca
1 changed files with 7 additions and 8 deletions
|
@ -3,19 +3,18 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
seafcli-photo:
|
seafcli-photo:
|
||||||
restart: always
|
restart: always
|
||||||
image: gronis/seafile-client
|
image: flowgunso/seafile-client
|
||||||
container_name: seafcli-photo
|
container_name: seafcli-photo
|
||||||
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- LIBRARY_ID=${SEAFILE_PHOTO_LIBRARY}
|
- SEAF_LIBRARY_UUID=${SEAFILE_PHOTO_LIBRARY}
|
||||||
- SERVER_URL=https://${HOST_SEAFILE}.${DOMAIN}
|
- SEAF_SERVER_URL=https://${HOST_SEAFILE}.${DOMAIN}
|
||||||
- SERVER_PORT=443
|
- SEAF_USERNAME=${SEAFILE_REGULAR_USER}
|
||||||
- USERNAME=${SEAFILE_REGULAR_USER}
|
- SEAF_PASSWORD=${SEAFILE_REGULAR_PASSWORD}
|
||||||
- PASSWORD=${SEAFILE_REGULAR_PASSWORD}
|
|
||||||
- DATA_DIR=/images
|
|
||||||
networks:
|
networks:
|
||||||
- srv
|
- srv
|
||||||
volumes:
|
volumes:
|
||||||
- images:/images
|
- images:/library
|
||||||
|
|
||||||
pigallery2:
|
pigallery2:
|
||||||
container_name: pigallery2
|
container_name: pigallery2
|
||||||
|
|
Loading…
Add table
Reference in a new issue