initial commit

This commit is contained in:
Nick
2025-08-10 22:19:18 +02:00
commit 18bc918270
2 changed files with 16 additions and 0 deletions

3
.env Normal file
View File

@@ -0,0 +1,3 @@
PUBLIC_IP=152.53.225.127
FTP_PASS=WHmH*E9xoL29vK0q6NjMA1AP*tq7
FTP_USER=nick

13
docker-compose.yaml Normal file
View File

@@ -0,0 +1,13 @@
services:
ftp-server:
container_name: ftp-server
environment:
- PUBLIC_IP=${PUBLIC_IP}
- FTP_PASS=${FTP_PASS}
- FTP_USER=${FTP_USER}
image: garethflowers/ftp-server
ports:
- "20-21:20-21/tcp"
- "40000-40009:40000-40009/tcp"
volumes:
- "/opt/paperless-ngx/consume:/home/ftp-server/nick"