1
0
Fork 0
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:
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
depends_on:
- db
volumes:
- ./sql:/sql
db:
image: postgres
environment: