Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,11 @@ services:
- private/document-download-api.env
environment:
- ANTIVIRUS_ENABLED
depends_on:
redis:
condition: service_started
networks:
redis:
apps:
aliases:
- api.document-download.localhost
Expand Down
2 changes: 2 additions & 0 deletions document-download-api.env.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ SERVER_NAME=api.document-download.localhost:7000
FRONTEND_HOSTNAME=frontend.document-download.localhost:7001
DOCUMENT_DOWNLOAD_API_HOSTNAME=api.document-download.localhost:7000

REDIS_URL=redis://redis:6379/1

ANTIVIRUS_ENABLED=0
ANTIVIRUS_API_HOST=http://antivirus-api.localhost:6016

Expand Down
2 changes: 1 addition & 1 deletion document-download-frontend.env.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FLASK_DEBUG=1
WERKZEUG_DEBUG_PIN=off
NOTIFY_ENVIRONMENT=development

SERVER_NAME=frontend.document-download.localhost:7001
DOCUMENT_DOWNLOAD_FRONTEND_HOST_NAME=frontend.document-download.localhost:7001

API_HOST_NAME=http://notify-api.localhost:6011
DOCUMENT_DOWNLOAD_API_HOST_NAME=http://api.document-download.localhost:7000
Expand Down