boostsecurityio / boostsecurityio/lotp
[LOTP] Add docker compose
Open
idea
- Dominant language
- HTML
- Stars
- 164
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
# Description of the LOTP tool
`docker compose` is a variant of the established docker tool.
# Configuration files
```
docker-compose.yml
```
# example
```yaml
services:
app:
build: .
volumes:
- /:/app
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by examining the existing LOTP tool definitions and how their configuration files are represented. Add the docker-compose.yml entry using the issue's services, build, and volume example, then verify it is included consistently with the other tools.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose
- Domain
- devops, tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100