security things

This commit is contained in:
Alex
2023-03-14 11:34:55 +00:00
parent cb96d90563
commit bfb47da398
2 changed files with 17 additions and 8 deletions

View File

@@ -14,6 +14,14 @@ services:
build: ./application
ports:
- "5001:5001"
volumes:
- app_data_container:/app
depends_on:
- redis
- mongo
worker:
build: ./application
command: celery -A app.celery worker -l info
depends_on:
- redis
- mongo
@@ -33,4 +41,5 @@ services:
volumes:
mongodb_data_container:
mongodb_data_container:
app_data_container: