mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-25 08:41:00 +00:00
Switch docker-compose to dev settings
This commit is contained in:
parent
f88efa40d4
commit
2c5b96e264
1 changed files with 1 additions and 6 deletions
|
@ -5,16 +5,11 @@ x-takahe-common:
|
|||
build: .
|
||||
image: takahe:latest
|
||||
environment:
|
||||
DJANGO_SETTINGS_MODULE: takahe.settings.production
|
||||
DJANGO_SETTINGS_MODULE: takahe.settings.development
|
||||
PGHOST: db
|
||||
PGDATABASE: takahe
|
||||
PGUSER: postgres
|
||||
PGPASSWORD: insecure_password
|
||||
TAKAHE_SECRET_KEY: insecure_secret
|
||||
TAKAHE_MAIN_DOMAIN: example.com
|
||||
TAKAHE_EMAIL_CONSOLE_ONLY: "true"
|
||||
TAKAHE_MEDIA_BACKEND: local
|
||||
TAKAHE_AUTO_ADMIN_EMAIL: admin@example.com
|
||||
networks:
|
||||
- external_network
|
||||
- internal_network
|
||||
|
|
Loading…
Reference in a new issue