Skip to content

Commit

Permalink
revert docker compose change
Browse files Browse the repository at this point in the history
  • Loading branch information
pindge committed Aug 16, 2022
1 parent 4b51c90 commit a00bcb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ services:
args:
ENVIRONMENT: deployment
ports:
- 81:8080
- 80:8080
environment:
# - DB_HOSTNAME=host.docker.internal
- DB_HOSTNAME=postgres
- DB_USERNAME=opendatacube
- DB_PASSWORD=opendatacubepassword
- DB_DATABASE=opendatacube_test
- DB_DATABASE=opendatacube
- DB_PORT=5432
- FLASK_ENV=development
- FLASK_APP=cubedash
Expand All @@ -29,7 +29,7 @@ services:
- POSTGRES_PASSWORD=opendatacubepassword
- POSTGRES_USER=opendatacube
ports:
- 5431:5432
- 5432:5432
restart: always

# Needed for testing HTTPS
Expand Down

0 comments on commit a00bcb0

Please # to comment.