| docker_postgresql_replicas: 1 |
| docker_image_postgresql: library/postgres:9.6 |
| postgresql_bind_host: postgresql-db |
| postgresql_bind_port: ${_param:haproxy_postgresql_bind_port} |
| postgresql_admin_user: postgres |
| postgresql_admin_user_password: postgrespassword |
| POSTGRES_USER: ${_param:postgresql_admin_user} |
| POSTGRES_PASSWORD: ${_param:postgresql_admin_user_password} |
| image: ${_param:docker_image_postgresql} |
| replicas: ${_param:docker_postgresql_replicas} |
| - /srv/volumes/postgresql/data:/var/lib/postgresql/data |
| - ${_param:haproxy_postgresql_exposed_port}:${_param:haproxy_postgresql_bind_port} |