mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-21 23:08:56 +00:00
8 lines
205 B
YAML
8 lines
205 B
YAML
services:
|
|
app:
|
|
image: "postgres:14-alpine"
|
|
volumes:
|
|
- ./db/migration.sql:/docker-entrypoint-initdb.d/create_tables.sql
|
|
- ./db/migration:/docker-entrypoint-initdb.d/create_tables
|
|
|