##// END OF EJS Templates
SIR with docker-compose working
SIR with docker-compose working

File last commit:

r299:d18e81484ac8
r299:d18e81484ac8
Show More
create_db.sh
2 lines | 171 B | application/x-sh | BashLexer
SIR with docker-compose working
r299 #!/bin/env bash
psql -U postgres -c "CREATE USER $POSTGRES_USER PASSWORD '$POSTGRES_PASSWORD'"
psql -U postgres -c "CREATE DATABASE $POSTGRES_DB_NAME OWNER $POSTGRES_USER"