immediato
02/21/2019, 3:06 PMHarshit
02/21/2019, 3:07 PMimmediato
02/21/2019, 3:07 PMHarshit
02/21/2019, 3:07 PMimmediato
02/21/2019, 3:07 PMHarshit
02/21/2019, 3:08 PMimmediato
02/21/2019, 3:09 PMHarshit
02/21/2019, 3:09 PMHarshit
02/21/2019, 3:09 PMHarshit
02/21/2019, 3:09 PMimmediato
02/21/2019, 3:10 PMimmediato
02/21/2019, 3:10 PMimmediato
02/21/2019, 3:10 PMHarshit
02/21/2019, 3:10 PMimmediato
02/21/2019, 3:12 PMimmediato
02/21/2019, 3:12 PMHarshit
02/21/2019, 3:12 PMHarshit
02/21/2019, 3:13 PMHarshit
02/21/2019, 3:13 PMversion: '3'
services:
prisma:
image: prismagraphql/prisma:1.27
restart: always
ports:
- '4466:4466'
environment:
PRISMA_CONFIG: |
port: 4466
# uncomment the next line and provide the env var PRISMA_MANAGEMENT_API_SECRET=my-secret to activate cluster security
# managementApiSecret: my-secret
databases:
default:
connector: postgres
host: postgres
user: prisma
password: prisma
rawAccess: true
port: 5432
migrations: true
postgres:
image: postgres
restart: always
ports:
- '5432:5432'
environment:
POSTGRES_USER: prisma
POSTGRES_PASSWORD: prisma
volumes:
- postgres:/var/lib/postgresql/data
volumes:
postgres:
Harshit
02/21/2019, 3:13 PMHarshit
02/21/2019, 3:13 PMHarshit
02/21/2019, 3:14 PMimmediato
02/21/2019, 3:15 PMimmediato
02/21/2019, 3:15 PM