Skip to content

Commit

Permalink
Merge pull request #91 from auth0-lab/fix_db_initialization
Browse files Browse the repository at this point in the history
fix: db initialization
  • Loading branch information
jfromaniello authored Oct 16, 2024
2 parents 2cf86d8 + 5e67acf commit 5bb2e6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Empty file removed database/create.sql
Empty file.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ services:
- POSTGRES_PASSWORD=${PGPASSWORD}
- POSTGRES_DB=${PGDATABASE}
- TZ=${PGTZ:-UTC}
- PGTZ=${PGTZ:-UTC}}
- PGTZ=${PGTZ:-UTC}
volumes:
- ./database/create.sql:/docker-entrypoint-initdb.d/01-create.sql
- pgdata:/var/lib/postgresql/data
networks:
- market0
Expand Down

0 comments on commit 5bb2e6a

Please sign in to comment.