3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-10-18 14:13:24 +00:00
Files
matrix-docker-ansible-deploy/roles/matrix-server/templates/usr-local-bin/matrix-postgres-cli.j2
Slavi Pantaleev 87f5883f24 Initial commit
2017-07-31 23:08:20 +03:00

3 lines
180 B
Django/Jinja

#!/bin/bash
docker run --env-file={{ matrix_environment_variables_data_path }}/env-postgres-pgsql-docker -it --link=matrix-postgres:postgres postgres:9.6.3-alpine psql -h postgres