Add volume mapping for ./sql in docker-compose.yml
This commit is contained in:
@@ -9,6 +9,8 @@ services:
|
|||||||
- ORIGIN=http://localhost:3000
|
- ORIGIN=http://localhost:3000
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
volumes:
|
||||||
|
- ./sql:/sql
|
||||||
db:
|
db:
|
||||||
image: postgres
|
image: postgres
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user