add possiblitliy to use other sftp ports per compose overwrite

This commit is contained in:
Moritz 2024-12-17 15:16:42 +01:00
parent 591019112e
commit 04d26a59a9
6 changed files with 37 additions and 0 deletions

View File

@ -81,3 +81,5 @@ SECRET_DB_PASSWORD_VERSION=v1
# FTP
#COMPOSE_FILE="$COMPOSE_FILE:compose.ftp.yml"
#SECRET_FTP_PASS_VERSION=v1
# Select a port other than 2222 (2220-2225)
#COMPOSE_FILE="$COMPOSE_FILE:compose.ftp-2220.yml"

7
compose.ftp-2220.yml Normal file
View File

@ -0,0 +1,7 @@
---
version: "3.8"
services:
ftp:
ports:
- 2220:22

7
compose.ftp-2221.yml Normal file
View File

@ -0,0 +1,7 @@
---
version: "3.8"
services:
ftp:
ports:
- 2221:22

7
compose.ftp-2223.yml Normal file
View File

@ -0,0 +1,7 @@
---
version: "3.8"
services:
ftp:
ports:
- 2223:22

7
compose.ftp-2224.yml Normal file
View File

@ -0,0 +1,7 @@
---
version: "3.8"
services:
ftp:
ports:
- 2224:22

7
compose.ftp-2225.yml Normal file
View File

@ -0,0 +1,7 @@
---
version: "3.8"
services:
ftp:
ports:
- 2220:22