Skip to content
Snippets Groups Projects
Commit 88dd95a9 authored by Stefano Stalio's avatar Stefano Stalio
Browse files

Update docker-compose.yml

parent 5b323511
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@ services:
NB_UID: 1000
CHOWN_HOME: 'yes'
CHOWN_HOME_OPTS: '-R'
logging:
driver: syslog
sync:
container_name: sync
image: baltig.infn.it:4567/stalio/oc_client
......@@ -29,16 +31,17 @@ services:
volumes:
- ${JP_DATADIR}:/ocdata
environment:
- OC_USER=${OC_USERNAME}
- OC_PASS=${OC_PASSWORD}
- OC_PROTO=https
- OC_SERVER=${OC_SERVER}
- OC_URLPATH=/
- OC_WEBDAV=remote.php/webdav
- OC_FILEPATH=/${OC_FOLDER}
- TRUST_SELFSIGN=0
- SYNC_HIDDEN=0
- SILENCE_OUTPUT=1
- RUN_INTERVAL=30
- RUN_UID=1000
\ No newline at end of file
- OC_USER=${OC_USERNAME}
- OC_PASS=${OC_PASSWORD}
- OC_PROTO=https
- OC_SERVER=${OC_SERVER}
- OC_URLPATH=/
- OC_WEBDAV=remote.php/webdav
- OC_FILEPATH=/${OC_FOLDER}
- TRUST_SELFSIGN=0
- SYNC_HIDDEN=0
- SILENCE_OUTPUT=1
- RUN_INTERVAL=30
- RUN_UID=1000
logging:
driver: syslog
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment