Skip to content

Commit

Permalink
Minor tweak to nginx port allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
gramcracker40 committed May 3, 2023
1 parent 2842522 commit e4026bd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .flaskenv
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ POSTGRES_USER=adminadminSECURE!!!
POSTGRES_PASSWORD=ThisIsProductionBaby!!
POSTGRES_DB=greenwatch_production
SECRET_KEY=317aed4a0352d37253f433dc475fa5e7e306de7ad657add546d34f4e7c8b046c
SERVER_IP="40.112.52.52:5000"
SERVER_IP="40.112.52.52:80"
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
context: ./services/nginx
dockerfile: Dockerfile
ports:
- 80:80
- "8000:80"
depends_on:
- web

Expand Down
2 changes: 1 addition & 1 deletion services/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.23-alpine

RUN rm /etc/nginx/conf.d/default.conf
COPY default.conf /etc/nginx/conf.d
COPY prod.conf /etc/nginx/conf.d
File renamed without changes.

0 comments on commit e4026bd

Please sign in to comment.