mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
9 lines
169 B
YAML
9 lines
169 B
YAML
services:
|
|
app:
|
|
image: "nginx"
|
|
volumes:
|
|
- ./db/migration.sql:/docker-entrypoint-initdb.d/create_tables.sql
|
|
- ./empty:/empty
|
|
- ./404:/404
|
|
|