mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 17:00:40 +02:00
try a py image
This commit is contained in:
@@ -2,15 +2,18 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
seafcli-photo:
|
seafcli-photo:
|
||||||
restart: always
|
image: snegov/seafile-client
|
||||||
image: flowgunso/seafile-client
|
|
||||||
container_name: seafcli-photo
|
container_name: seafcli-photo
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- SEAF_LIBRARY_UUID=${SEAFILE_PHOTO_LIBRARY}
|
- LIBRARY_ID=${SEAFILE_PHOTO_LIBRARY}
|
||||||
- SEAF_SERVER_URL=https://${HOST_SEAFILE}.${DOMAIN}
|
- SERVER_HOST=${HOST_SEAFILE}.${DOMAIN}
|
||||||
- SEAF_USERNAME=${SEAFILE_REGULAR_USER}
|
- SERVER_PORT=443
|
||||||
- SEAF_PASSWORD=${SEAFILE_REGULAR_PASSWORD}
|
- USERNAME=${SEAFILE_REGULAR_USER}
|
||||||
|
- PASSWORD=${SEAFILE_REGULAR_PASSWORD}
|
||||||
|
- DATA_DIR=/library
|
||||||
|
- SEAFILE_UID=1000
|
||||||
|
- SEAFILE_GID=1000
|
||||||
networks:
|
networks:
|
||||||
- srv
|
- srv
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user