Make backend and frontend work together well, and add datasets/ page to frontend
This commit is contained in:
parent
a5cda1d51c
commit
b0f8d2c6c8
8 changed files with 107 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ services:
|
|||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- ./db/init.sql:/docker-entrypoint-initdb.d/init.sql:Z
|
||||
- ./db/initdb:/docker-entrypoint-initdb.d
|
||||
- postgres_data:/var/lib/postgresql/data:Z
|
||||
restart: unless-stopped
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue