Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created May 17, 2020 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshallmurphy/1039d6f0fc32ebf9bb7430f556b545f2 to your computer and use it in GitHub Desktop.
Save marshallmurphy/1039d6f0fc32ebf9bb7430f556b545f2 to your computer and use it in GitHub Desktop.
version: '3'
services:
prisma:
image: prismagraphql/prisma:1.34
restart: always
ports:
- "4466:4466"
environment:
PRISMA_CONFIG: |
port: 4466
databases:
default:
connector: postgres
host: [ Host ]
database: [ Database ]
schema: public
user: [ User ]
password: [ Password ]
ssl: true
rawAccess: true
port: '5432'
migrations: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment