Hello, World!
This commit is contained in:
15
02-copyparty/config/copyparty.conf
Normal file
15
02-copyparty/config/copyparty.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
[global]
|
||||
e2dsa
|
||||
e2ts
|
||||
ansi
|
||||
rproxy: -1
|
||||
xff-src: lan
|
||||
|
||||
[accounts]
|
||||
weckyy702:fP4Nsk2EVSLmDXBnNj0dG0lMsb$GcvE0K2!ja#YKv$DsGdtM#1NQO272AVd&ZkSG
|
||||
|
||||
[/]
|
||||
/w
|
||||
accs:
|
||||
rwmda: weckyy702
|
||||
g: *
|
||||
19
02-copyparty/docker-compose.yaml
Normal file
19
02-copyparty/docker-compose.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
copyparty:
|
||||
image: copyparty/ac:latest
|
||||
container_name: copyparty
|
||||
volumes:
|
||||
- ./config:/cfg
|
||||
- ./data:/w
|
||||
networks:
|
||||
nw-caddy:
|
||||
depends_on:
|
||||
caddy:
|
||||
condition: service_healthy
|
||||
stop_grace_period: 15s # thumbnailer is allowed to continue finishing up for 10s after the shutdown signal
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget --spider -q 127.0.0.1:3923/?reset"]
|
||||
interval: 15m
|
||||
timeout: 2s
|
||||
retries: 5
|
||||
start_period: 15s
|
||||
Reference in New Issue
Block a user