From 4a127da39e31dac2d7b7ff1a5df50851db50a340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Wypch=C5=82o?= Date: Thu, 24 Mar 2022 13:37:14 +0100 Subject: [PATCH] insert snippet for docker image developement builds (#1916) --- docker-compose.abuse-scanner.yml | 2 ++ docker-compose.blocker.yml | 2 ++ docker-compose.malware-scanner.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/docker-compose.abuse-scanner.yml b/docker-compose.abuse-scanner.yml index f655b0ea..4edb6556 100644 --- a/docker-compose.abuse-scanner.yml +++ b/docker-compose.abuse-scanner.yml @@ -8,6 +8,8 @@ x-logging: &default-logging services: abuse-scanner: + # uncomment "build" and comment out "image" to build from sources + # build: https://github.com/SkynetLabs/abuse-scanner.git#main image: skynetlabs/abuse-scanner container_name: abuse-scanner restart: unless-stopped diff --git a/docker-compose.blocker.yml b/docker-compose.blocker.yml index 3c1deeaa..edcb45c0 100644 --- a/docker-compose.blocker.yml +++ b/docker-compose.blocker.yml @@ -13,6 +13,8 @@ services: - BLOCKER_PORT=4000 blocker: + # uncomment "build" and comment out "image" to build from sources + # build: https://github.com/SkynetLabs/blocker.git#main image: skynetlabs/blocker container_name: blocker restart: unless-stopped diff --git a/docker-compose.malware-scanner.yml b/docker-compose.malware-scanner.yml index 9fc68374..fba60f98 100644 --- a/docker-compose.malware-scanner.yml +++ b/docker-compose.malware-scanner.yml @@ -26,6 +26,8 @@ services: ipv4_address: 10.10.10.100 malware-scanner: + # uncomment "build" and comment out "image" to build from sources + # build: https://github.com/SkynetLabs/malware-scanner.git#main image: skynetlabs/malware-scanner container_name: malware-scanner restart: unless-stopped