Skip to content

Commit

Permalink
fixed a few typos in the dockerfile preventing it from running succes…
Browse files Browse the repository at this point in the history
…sfully
  • Loading branch information
CommanderStorm committed Nov 12, 2023
1 parent bc88b64 commit d1a5c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
ports:
- "3000:3000"
environment:
TILESERVER_URL: http://tilserver:3001
TILESERVER_URL: http://tileserver:3001
CDN_URL: http://data:3002
MAIN_API_URL: http://main-api:3003
FEEDBACK_API_URL: http://feedback-api:3004
Expand Down Expand Up @@ -115,7 +115,7 @@ services:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_DB: ${POSTGRES_DB}
POSTGRES_URL: postgres:5432
POSTGRES_URL: db:5432
depends_on:
db:
condition: service_healthy
Expand Down

0 comments on commit d1a5c77

Please sign in to comment.