Create docker-compose-local-volumes.yaml

This commit is contained in:
Andras Bacsai
2024-08-21 11:12:39 +02:00
committed by GitHub
parent 9a8d77d36f
commit 945b0288f7

View File

@@ -0,0 +1,6 @@
services:
app:
image: "postgres:14-alpine"
volumes:
- ./db/migration.sql:/docker-entrypoint-initdb.d/create_tables.sql