chore(ci): example environment variables
add example environment variables to docker-compose.yml to prevent errors
This commit is contained in:
parent
f896665dcf
commit
e7fc02c8c9
1 changed files with 2 additions and 0 deletions
|
@ -5,3 +5,5 @@ services:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- '3000:3000'
|
- '3000:3000'
|
||||||
|
environment:
|
||||||
|
- AUTH_SECRET=secret
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue