1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-04 04:35:19 +02:00

Add volume mapping for ./sql in docker-compose.yml

This commit is contained in:
Sean Morley 2024-04-14 17:08:52 +00:00
parent f58271e27c
commit c6d8730b4c

View file

@ -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: