Skip to content
Snippets Groups Projects
Commit 090dc19d authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

prevent memory leak also locally

parent 3df67404
No related branches found
No related tags found
2 merge requests!43K8S deployments of release branche, and other updates,!38Dockerize app, and k8s
...@@ -38,6 +38,8 @@ services: ...@@ -38,6 +38,8 @@ services:
target: celery-container target: celery-container
env_file: env_file:
- ./ippisite/ippisite/settings.example.ini - ./ippisite/ippisite/settings.example.ini
environment:
- DJANGO_DEBUG=False
volumes: volumes:
- ./ippisite:/code # for dev purpose only !!! - ./ippisite:/code # for dev purpose only !!!
depends_on: depends_on:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment