An open API service indexing awesome lists of open source software.

https://github.com/prologic/gitlab-extension


https://github.com/prologic/gitlab-extension

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

**To deploy application**

```
$ cd

$ docker volume create gitlab_extension_db

$ docker build -t gitlab-extension .

$ docker run -d -p port:port \
--name name --restart unless-stopped \
-v config.yaml:/app/config.yaml \
-v gitlab_extension_db:/app/db
```