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
|
||||
volumes:
|
||||
- ./backend:/app
|
||||
environment:
|
||||
- LINZ_API_KEY=${LINZ_API_KEY}
|
||||
env_file: .env
|
||||
command: bash -c "./manage.py runserver 0.0.0.0:8000"
|
||||
|
||||
frontend:
|
||||
|
|
Loading…
Reference in a new issue