Skip to content

Commit

Permalink
feat: add volumes for PostgreSQL fittrackee-db and app port to 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHenryThoreau authored and DavidHenryThoreau committed May 13, 2024
1 parent f0be622 commit 38c2b76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- WEATHER_API_PROVIDER=
- WEATHER_API_KEY=
ports:
- 8230:3000
- 8230:5000
depends_on:
fittrackee-db:
condition: service_started
Expand All @@ -42,5 +42,7 @@ services:
- POSTGRES_USER=fittrackee
- POSTGRES_PASSWORD=fittrackee
- POSTGRES_DB=fittrackee
volumes:
- ./fittrackee-db:/var/lib/postgresql/data
ports:
- 5432:5432

0 comments on commit 38c2b76

Please sign in to comment.