cdn-ops/global/overlay/etc/puppet/modules/cdn/templates/db/docker-compose.yml.erb

6 lines
132 B
Plaintext
Raw Normal View History

services:
db:
image: "postgres:<%= @postgres_version %>"
environment:
- POSTGRES_PASSWORD=<%= @postgres_password %>