You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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