mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-04-05 20:01:32 +00:00
6 lines
100 B
YAML
6 lines
100 B
YAML
services:
|
|
db:
|
|
image: 'postgres:16'
|
|
environment:
|
|
POSTGRES_PASSWORD: '${DB_PASSWORD}'
|