Initial commit
This commit is contained in:
18
stacks/storage/copyparty.yaml
Normal file
18
stacks/storage/copyparty.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
copyparty:
|
||||
image: copyparty/ac:latest
|
||||
container_name: copyparty
|
||||
command: ["-c", "/cfg/copyparty.conf"]
|
||||
ports:
|
||||
- "3923:3923"
|
||||
volumes:
|
||||
- /srv/homelab/config/storage/copyparty:/cfg
|
||||
- /srv/homelab/config/storage/copyparty/initcfg:/z/initcfg:ro
|
||||
- /srv/media:/srv/media
|
||||
- /srv/homelab/data/storage/copyparty:/w
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "5"
|
||||
Reference in New Issue
Block a user