Add blocker ip and port env vars.

This commit is contained in:
Ivaylo Novakov 2021-12-14 12:04:07 +02:00
parent 60cef34bfc
commit 424b2e093b
No known key found for this signature in database
GPG Key ID: 06B9354AB08BE9C6
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ services:
environment:
- CLAMAV_IP=${CLAMAV_IP:-10.10.10.100}
- CLAMAV_PORT=${CLAMAV_PORT:-3310}
- BLOCKER_IP=${BLOCKER_IP:-10.10.10.110}
- BLOCKER_PORT=${BLOCKER_PORT:-4000}
expose:
- 4000
networks: