docker-seafile-client/docker-compose.example.yml

18 lines
481 B
YAML
Raw Normal View History

2019-04-11 15:44:45 +00:00
version: '3'
2018-04-18 16:32:41 +00:00
services:
seafile-client:
restart: always
image: snegov/seafile-client
2018-04-18 16:32:41 +00:00
container_name: seafile-client
environment:
- LIBRARY_ID=<your-library-id-here>
2019-04-13 18:45:06 +00:00
- SERVER_HOST=<server-host>
2018-04-18 16:32:41 +00:00
- SERVER_PORT=<server-port>
- USERNAME=<username>
- PASSWORD=<password>
- DATA_DIR=<directory-path-to-sync>
2019-04-11 15:44:45 +00:00
- SEAFILE_UID=<your_uid>
- SEAFILE_GID=<your_gid>
2018-04-18 16:32:41 +00:00
volumes:
- <host-volume-path>:<directory-path-to-sync>