6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
services:
|
|
db:
|
|
image: "postgres:<%= @postgres_version %>"
|
|
environment:
|
|
- POSTGRES_PASSWORD=<%= @postgres_password %>
|