adjusted NPM ports and pgadmin .env file

This commit is contained in:
Max Buz
2025-01-30 09:55:17 +01:00
committed by GitHub
parent 58ff9d7ea9
commit 638b9d3cdd
2 changed files with 5 additions and 5 deletions

View File

@@ -5,9 +5,9 @@ services:
env_file:
- .env
ports:
- 1080:80
- 1081:81
- 10443:443
- 80:80
- 81:81
- 443:443
volumes:
- ${NGINX_DATA}:/data
- ${NGINX_LETSENCRYPT}:/etc/letsencrypt

View File

@@ -1,2 +1,2 @@
USERNAME=<some_user>
PASSWORD=<some_pass>
USERNAME=${USERNAME}
PASSWORD=${PASSWORD}