HolmesProcessing / Holmes-Totem

Investigation Planner for fast running analysis with predictable execution time. For example, static analysis.
Apache License 2.0
29 stars 16 forks source link

Where should we place Docker files? #4

Closed zhanif3 closed 8 years ago

zhanif3 commented 8 years ago

From @webstergd on November 5, 2015 13:50

Should this be a separate repository or contained in the service/[service_name] folder.

Copied from original issue: HolmesProcessing/Holmes-Totem-old#4

webstergd commented 8 years ago

Looking at the VT Service I think we need to address this now. The current model works well for us but will cause an added level of confusion/work for anyone just trying to get started. As such, I vote for having each Service live in its own separate folder under service.

In there we can add:

webstergd commented 8 years ago

docker files for services will be located in the service folder. Docker Compose configuration will be in the ~/config directory.