Skip to content

Commit effd7cb

Browse files
committed
Add documentation
1 parent 6a1a401 commit effd7cb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/optional/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Optional Gitlab and MISP Container
2+
3+
You can host your own gitlab and MISP instance using the `docker-compose.optional.yml` and the `misp-docker` submodule.
4+
5+
Please note, that both services start completly unconfigured and must be setup manually afterwards. This also includes setting up user accounts, access tokens or kroki.
6+
7+
## Usage
8+
9+
### Configuration
10+
11+
You must configure several options (e.g. the mysql credentials for misp) in your env file.
12+
13+
### Starting gitlab
14+
15+
You can start the gitlab server either by using `make gitlab` or by running a `docker-compose -f docker-compose.optional.yml up gitlab`.
16+
17+
### Starting MISP
18+
19+
You can start the gitlab server either by using `make misp` or by running a `docker-compose -f docker-compose.optional.yml up misp`. Please note, that starting/building MISP the first time may take up to 15 minutes (depending on your infrastructure).

0 commit comments

Comments
 (0)