Added .env files to stacks

This commit is contained in:
2026-02-16 19:19:14 +01:00
parent 5e9f943996
commit 71a5db3b11
40 changed files with 211 additions and 89 deletions

5
nginx-proxy-manager/.env Normal file
View File

@@ -0,0 +1,5 @@
#
PORT_1=80
PORT_2=81
PORT_3=443

View File

@@ -4,9 +4,9 @@ services:
image: 'docker.io/jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '80:80'
- '81:81'
- '443:443'
- '${PORT_1}:80'
- '${PORT_2}:81'
- '${PORT_3}:443'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt