tidy folder
This commit is contained in:
46
Docker/cloudreve/docker-compose.yml
Normal file
46
Docker/cloudreve/docker-compose.yml
Normal file
@@ -0,0 +1,46 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
aria2:
|
||||
image: p3terx/aria2-pro
|
||||
logging:
|
||||
options:
|
||||
max-size: 1m
|
||||
ports:
|
||||
- 6800:6800
|
||||
- 6888:6888
|
||||
- 6888:6888/udp
|
||||
environment:
|
||||
- PUID=$UID
|
||||
- PGID=$GID
|
||||
- RPC_SECRET=rpc_secret
|
||||
volumes:
|
||||
- ./data/aria2/config:/config
|
||||
- ./data/temp/downloads:/downloads
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
nginx:
|
||||
aliases:
|
||||
- aria2
|
||||
|
||||
cloudreve:
|
||||
image: xavierniu/cloudreve
|
||||
ports:
|
||||
- 5212:5212
|
||||
environment:
|
||||
- PUID=$UID
|
||||
- PGID=$GID
|
||||
volumes:
|
||||
- ./data/cloudreve/uploads:/cloudreve/uploads
|
||||
- ./data/temp/downloads:/downloads
|
||||
- ./data/cloudreve/config:/cloudreve/config
|
||||
- ./data/cloudreve/db:/cloudreve/db
|
||||
- ./data/cloudreve/avatar:/cloudreve/avatar
|
||||
networks:
|
||||
nginx:
|
||||
aliases:
|
||||
- cloudreve
|
||||
|
||||
networks:
|
||||
nginx:
|
||||
external: true
|
||||
Reference in New Issue
Block a user