mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-02 19:55:18 +02:00
Add volume mapping for ./sql in docker-compose.yml
This commit is contained in:
parent
f58271e27c
commit
c6d8730b4c
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ services:
|
|||
- ORIGIN=http://localhost:3000
|
||||
depends_on:
|
||||
- db
|
||||
volumes:
|
||||
- ./sql:/sql
|
||||
db:
|
||||
image: postgres
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue