Skip to content

Commit

Permalink
- Update docker compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Nov 28, 2018
1 parent 5d1bded commit 9059412
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions scripts/docker/env/production/celery.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ GEONODE_DATABASE=geonode
GEONODE_DATABASE_PASSWORD=geonode
GEONODE_GEODATABASE=geonode_data
GEONODE_GEODATABASE_PASSWORD=geonode_data
ASYNC_SIGNALS='True'
ASYNC_SIGNALS=True
BROKER_URL=amqp://guest:guest@rabbitmq:5672
DOCKER_ENV=production
CELERY_CMD=celery worker --app=geonode.celery_app:app --broker=amqp://guest:guest@rabbitmq:5672/ -B -l INFO
IS_CELERY='True'
IS_CELERY=True
C_FORCE_ROOT=1
SITEURL=http=//localhost/
# replaced with defaults in settings
Expand All @@ -22,12 +22,12 @@ STATIC_ROOT=/mnt/volumes/statics/static/
MEDIA_ROOT=/mnt/volumes/statics/uploaded/
GEOIP_PATH=/mnt/volumes/statics/geoip.db
ALLOWED_HOSTS="['django', '*']"
ADMIN_EMAILS=''
ADMIN_EMAILS=""
DEFAULT_BACKEND_UPLOADER=geonode.importer
TIME_ENABLED='True'
MOSAIC_ENABLED='False'
GEOGIG_ENABLED='False'
HAYSTACK_SEARCH='False'
TIME_ENABLED=True
MOSAIC_ENABLED=False
GEOGIG_ENABLED=False
HAYSTACK_SEARCH=False
HAYSTACK_ENGINE_URL=http://elasticsearch:9200/
HAYSTACK_ENGINE_INDEX_NAME=haystack
HAYSTACK_SEARCH_RESULTS_PER_PAGE=200
Expand Down
14 changes: 7 additions & 7 deletions scripts/docker/env/production/django.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ GEONODE_DATABASE=geonode
GEONODE_DATABASE_PASSWORD=geonode
GEONODE_GEODATABASE=geonode_data
GEONODE_GEODATABASE_PASSWORD=geonode_data
ASYNC_SIGNALS='True'
ASYNC_SIGNALS=True
BROKER_URL=amqp://guest:guest@rabbitmq:5672
DOCKER_ENV=production
UWSGI_CMD=uwsgi --ini /usr/src/app/uwsgi.ini
IS_CELERY='False'
IS_CELERY=False
C_FORCE_ROOT=1
SITEURL=http=//localhost/
# replaced with defaults in settings
Expand All @@ -22,12 +22,12 @@ STATIC_ROOT=/mnt/volumes/statics/static/
MEDIA_ROOT=/mnt/volumes/statics/uploaded/
GEOIP_PATH=/mnt/volumes/statics/geoip.db
ALLOWED_HOSTS="['django', '*']"
ADMIN_EMAILS=''
ADMIN_EMAILS=""
DEFAULT_BACKEND_UPLOADER=geonode.importer
TIME_ENABLED='True'
MOSAIC_ENABLED='False'
GEOGIG_ENABLED='False'
HAYSTACK_SEARCH='False'
TIME_ENABLED=True
MOSAIC_ENABLED=False
GEOGIG_ENABLED=False
HAYSTACK_SEARCH=False
HAYSTACK_ENGINE_URL=http://elasticsearch:9200/
HAYSTACK_ENGINE_INDEX_NAME=haystack
HAYSTACK_SEARCH_RESULTS_PER_PAGE=200
Expand Down

0 comments on commit 9059412

Please sign in to comment.