Add schema initialization to production database
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
149f651df0
commit
90501f0a1f
|
@ -52,6 +52,7 @@ services:
|
||||||
- ploughshares-internal
|
- ploughshares-internal
|
||||||
volumes:
|
volumes:
|
||||||
- ploughshares_db_data:/var/lib/postgresql/data
|
- ploughshares_db_data:/var/lib/postgresql/data
|
||||||
|
- ./docker/ploughshares/schema.sql:/docker-entrypoint-initdb.d/schema.sql
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
ploughshares_db_data:
|
ploughshares_db_data:
|
||||||
|
|
Loading…
Reference in New Issue