Update dev backend environment variables
This commit is contained in:
parent
9ff26d1b21
commit
3913548fb8
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ services:
|
||||||
- postgres
|
- postgres
|
||||||
volumes:
|
volumes:
|
||||||
- ./backend:/app
|
- ./backend:/app
|
||||||
environment:
|
env_file: .env
|
||||||
- LINZ_API_KEY=${LINZ_API_KEY}
|
|
||||||
command: bash -c "./manage.py runserver 0.0.0.0:8000"
|
command: bash -c "./manage.py runserver 0.0.0.0:8000"
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
|
|
Loading…
Reference in a new issue