diff --git a/docker-compose.yaml b/docker-compose.yaml index 895a06e..47aa0eb 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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: \ No newline at end of file + database-data: