Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Commit 62aeb3d

Browse files
authored
Add CSP_POLICY to docker compose file
1 parent 33bc689 commit 62aeb3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ services:
3737
CALENDSO_ENCRYPTION_KEY: ${CALENDSO_ENCRYPTION_KEY}
3838
DATABASE_URL: ${DATABASE_URL}
3939
DATABASE_DIRECT_URL: ${DATABASE_URL}
40+
CSP_POLICY: ${CSP_POLICY}
4041
restart: always
4142
networks:
4243
- stack
@@ -68,3 +69,4 @@ services:
6869
- prisma
6970
- studio
7071
# END SECTION: Optional use of Prisma Studio.
72+

0 commit comments

Comments
 (0)