adjusted NPM ports and pgadmin .env file
This commit is contained in:
@@ -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
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
USERNAME=<some_user>
|
USERNAME=${USERNAME}
|
||||||
PASSWORD=<some_pass>
|
PASSWORD=${PASSWORD}
|
||||||
Reference in New Issue
Block a user