This commit is contained in:
24
services/rclone-certs/docker-compose.yaml
Normal file
24
services/rclone-certs/docker-compose.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
rclone:
|
||||
image: rclone/rclone:latest
|
||||
container_name: rclone
|
||||
environment:
|
||||
- TZ=UTC
|
||||
- RCLONE_CONFIG_S3_TYPE=s3
|
||||
- RCLONE_CONFIG_S3_PROVIDER=SeaweedFS
|
||||
- RCLONE_CONFIG_S3_ACCESS_KEY_ID=${RCLONE_S3_ACCESS_KEY_ID}
|
||||
- RCLONE_CONFIG_S3_SECRET_ACCESS_KEY=${RCLONE_S3_SECRET_ACCESS_KEY}
|
||||
- RCLONE_CONFIG_S3_ENDPOINT=${RCLONE_S3_ENDPOINT}
|
||||
- RCLONE_CONFIG_S3_BUCKET=${RCLONE_S3_BUCKET}
|
||||
|
||||
volumes:
|
||||
- casa-certs:/certs
|
||||
command: sync s3:/casa.certs /certs
|
||||
restart: no
|
||||
volumes:
|
||||
casa-certs:
|
||||
name: casa-certs
|
||||
external: false
|
||||
|
||||
Reference in New Issue
Block a user