chore: configuration for nginx port (#1144)

This commit is contained in:
pablohashescobar 2023-05-28 09:56:15 +05:30 committed by GitHub
parent cd821a934d
commit 8252b1ccde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -51,4 +51,7 @@ PGPASSWORD="plane"
PGHOST="plane-db"
PGDATABASE="plane"
# Nginx Configuration
NGINX_PORT=80
# Auto generated and Required that will be generated from setup.sh

View File

@ -124,7 +124,7 @@ services:
context: ./nginx
dockerfile: Dockerfile
ports:
- 80:80
- ${NGINX_PORT}:80
depends_on:
- plane-web
- plane-api

View File

@ -132,7 +132,7 @@ services:
dockerfile: Dockerfile
restart: always
ports:
- 80:80
- ${NGINX_PORT}:80
depends_on:
- plane-web
- plane-api