Skip to content

Commit

Permalink
Change to schema.sql
Browse files Browse the repository at this point in the history
Don't load test data into the dictionary database on docker compose. We only want the structure so we can populate the data later.
  • Loading branch information
Gcolon021 committed Dec 11, 2024
1 parent 69815a5 commit d2014e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
image: postgres:16-alpine
volumes:
- picsure-search:/var/lib/postgresql/data
- ./src/test/resources/seed.sql:/docker-entrypoint-initdb.d/schema.sql:ro
- ./db/schema.sql:/docker-entrypoint-initdb.d/schema.sql:ro
env_file: .env
networks:
- dictionary
Expand Down

0 comments on commit d2014e4

Please sign in to comment.