forked from wiktor/spejstore-new
fix: .env file is not explicitely needed
This commit is contained in:
parent
c3c80d650c
commit
6af75328f4
|
@ -26,12 +26,3 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
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