https://github.com/prologic/gitlab-extension
https://github.com/prologic/gitlab-extension
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prologic/gitlab-extension
- Owner: prologic
- Created: 2021-07-22T10:27:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T10:27:52.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T04:16:00.770Z (over 1 year ago)
- Size: 229 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```