We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d05bb5d commit 57a086fCopy full SHA for 57a086f
compose.yml
@@ -6,13 +6,6 @@ services:
6
dockerfile: Dockerfile
7
ports:
8
- 3000:3000
9
- environment:
10
- - NEXT_PUBLIC_URL=https://localhost:3000
11
- - CONTENTFUL_SPACE_ID=dummy_space_id
12
- - CONTENTFUL_ACCESS_TOKEN=dummy_access_token
13
- - RESEND_API_KEY=dummy_resend_key
14
- - UPSTASH_REDIS_REST_URL=https://dummy-upstash-redis-url.com
15
- - UPSTASH_REDIS_REST_TOKEN=dummy_token
16
develop:
17
watch:
18
- path: ./package.json
0 commit comments