mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 05:48:58 +00:00
7 lines
140 B
YAML
7 lines
140 B
YAML
services:
|
|
app:
|
|
image: "postgres:14-alpine"
|
|
volumes:
|
|
- ./db/migration.sql:/docker-entrypoint-initdb.d/create_tables.sql
|
|
|