Initial commit
This commit is contained in:
19
services/fireshare/coolify.docker-compose.yml
Normal file
19
services/fireshare/coolify.docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
fireshare:
|
||||
image: shaneisrael/fireshare:latest
|
||||
volumes:
|
||||
- ./dev_root/fireshare_data:/data
|
||||
- ./dev_root/fireshare_processed:/processed
|
||||
- type: bind
|
||||
source: /shared/nextcloud/data/cloud/files/clips
|
||||
target: /videos
|
||||
environment:
|
||||
- SERVICE_URL_FIRESHARE_80
|
||||
- ADMIN_USERNAME=${SERVICE_USER_ADMIN:-admin}
|
||||
- ADMIN_PASSWORD=${SERVICE_PASSWORD_ADMIN}
|
||||
- SECRET_KEY=${SERVICE_BASE64_SECRETKEY}
|
||||
- MINUTES_BETWEEN_VIDEO_SCANS=5
|
||||
- THUMBNAIL_VIDEO_LOCATION=0
|
||||
- DOMAIN=clips.cloud.velha.casa
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
Reference in New Issue
Block a user