Skip to content

Commit

Permalink
chore: load env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
luanrv00 committed Oct 14, 2024
1 parent 29c2e4b commit e0305c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ services:
- POSTGRES_DB=ivewatched
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=pass
env_file:
- path: .env
required: false
ports:
- 80:3000
- 6006:6006
Expand Down
2 changes: 2 additions & 0 deletions env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
TMDB_API_URL=https://api.themoviedb.org/3
TMDB_API_READ_ACCESS_TOKEN=

0 comments on commit e0305c9

Please sign in to comment.