insert snippet for docker image developement builds (#1916)

This commit is contained in:
Karol Wypchło 2022-03-24 13:37:14 +01:00 committed by GitHub
parent b2a7a2a8a4
commit 4a127da39e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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