Skip to content

Commit

Permalink
feat: add upload path and fittrackee-db to postgres:13
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHenryThoreau authored and DavidHenryThoreau committed May 15, 2024
1 parent ac460c9 commit 0c8d9cf
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 @@ -24,6 +24,8 @@ services:
- DEFAULT_STATICMAP=False
- WEATHER_API_PROVIDER=
- WEATHER_API_KEY=
volumes:
- ./upload:/usr/src/app/uploads
ports:
- 8230:5000
depends_on:
Expand All @@ -33,7 +35,7 @@ services:
restart: unless-stopped

fittrackee-db:
image: ghcr.io/davidhenrythoreau/fittrackee-db:main
image: postgres:13
container_name: fittrackee-db
environment:
- PUID=1000
Expand Down

0 comments on commit 0c8d9cf

Please sign in to comment.