fix: .env file is not explicitely needed
This commit is contained in:
parent
c3c80d650c
commit
6af75328f4
|
@ -26,12 +26,3 @@ services:
|
|||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
env_file:
|
||||
- path: .env
|
||||
required: true
|
||||
- path: ./spejstore-dev.env
|
||||
required: false
|
||||
environment:
|
||||
- SPEJSTORE_CLIENT_ID
|
||||
- SPEJSTORE_SECRET
|
||||
- SPEJSTORE_ENV
|
||||
|
|
Loading…
Reference in New Issue