add remarks about optional studio service

This commit is contained in:
Colin Griffin 2021-11-22 15:22:04 -05:00 committed by GitHub
parent 39acc564b3
commit 793eba4a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,7 @@ services:
- DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DATABASE_HOST}/${POSTGRES_DB}
depends_on:
- db
# Optional use of Prisma Studio. In production, comment out or remove the section below to prevent unwanted access to your database.
studio:
image: calendso/docker
restart: always
@ -39,5 +40,6 @@ services:
- npx
- prisma
- studio
# END SECTION: Optional use of Prisma Studio.
volumes:
database-data:
database-data: