fix: add missing env variable to docker-compose
added the missing AUTH_URL variable to the example docker-compose.yml
This commit is contained in:
parent
2c38418770
commit
0927116a2c
1 changed files with 2 additions and 0 deletions
|
@ -3,7 +3,9 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
image: git.dominikstahl.dev/dhbw-we/meetup:main
|
||||||
ports:
|
ports:
|
||||||
- '3000:3000'
|
- '3000:3000'
|
||||||
environment:
|
environment:
|
||||||
- AUTH_SECRET=secret
|
- AUTH_SECRET=secret
|
||||||
|
- AUTH_URL=http://localhost:3000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue