Skip to content

Commit 57a086f

Browse files
Remove environment variables from compose file to use .env in container
1 parent d05bb5d commit 57a086f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

compose.yml

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ services:
66
dockerfile: Dockerfile
77
ports:
88
- 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
169
develop:
1710
watch:
1811
- path: ./package.json

0 commit comments

Comments
 (0)