Skip to content

Commit

Permalink
Minor changes to docker-compose.yml
Browse files Browse the repository at this point in the history
* Removed STRIPE_PK from participate_page as requested in #4.
* Removed exposing ports from db as requested in #4.
  • Loading branch information
HenrikEngen committed Sep 12, 2023
1 parent 155f90e commit 33a1200
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions phoenix-development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ services:
HOST: "http://delta.dev.phoenixlan.no:3000"
REACT_APP_OAUTH_CLIENT_ID: "phoenix-delta-dev"
REACT_APP_MAIN_SITE: "http://dev.phoenixlan.no:3000"
STRIPE_PK: " "
env_file: .participate_env
entrypoint:
- bash
Expand Down Expand Up @@ -134,8 +133,6 @@ services:
db:
image: postgres:alpine
env_file: .db_env
ports:
- 5432:5432
healthcheck:
test: ["CMD-SHELL", "pg_isready --username=phoenix"]
interval: 10s
Expand Down

0 comments on commit 33a1200

Please sign in to comment.