Skip to content

Commit

Permalink
move docker-compose sql migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
fr33m0nk committed Jun 29, 2024
1 parent ab8e75e commit ea18e77
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
- PGPASSWORD=${POSTGRES_PASSWORD}
image: postgres:16.1-bullseye
volumes:
- "./postgres-migrations:/migrations"
- "./datomic-postgres-migrations:/migrations"
command: >
sh -c 'psql -h postgres -f /migrations/postgres-db.sql &&
psql -h postgres -d datomic -f /migrations/postgres-table.sql &&
Expand Down

0 comments on commit ea18e77

Please sign in to comment.