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_file:
- .env - .env
ports: ports:
- 1080:80 - 80:80
- 1081:81 - 81:81
- 10443:443 - 443:443
volumes: volumes:
- ${NGINX_DATA}:/data - ${NGINX_DATA}:/data
- ${NGINX_LETSENCRYPT}:/etc/letsencrypt - ${NGINX_LETSENCRYPT}:/etc/letsencrypt

View File

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