Update dev backend environment variables

This commit is contained in:
Dana Lambert 2021-12-17 19:10:13 +13:00
parent 9ff26d1b21
commit 3913548fb8

View file

@ -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: