mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Add schemas for development databases
These schemas need to be imported for development purposes. Update Database schemas, add docker compose
This commit is contained in:
parent
b3300de18e
commit
262b5b10eb
12 changed files with 34892 additions and 5 deletions
|
|
@ -5,7 +5,8 @@ services:
|
|||
ports:
|
||||
- 6379:6379
|
||||
proxstar-postgres:
|
||||
image: postgres
|
||||
build: ./proxstar-postgres
|
||||
# image: postgres
|
||||
# restart: always
|
||||
ports:
|
||||
- 5432:5432
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue