feat: add docker and ci status badges and docker container init docs
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Aravinth Manivannan 2022-09-08 18:16:00 +05:30
parent efb0e147fd
commit fa5336c5b8
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,21 @@
[![Docker](https://img.shields.io/docker/pulls/realaravinth/librepages-forms)](https://hub.docker.com/r/realaravinth/librepages-forms)
[![status-badge](https://ci.batsense.net/api/badges/LibrePages/forms/status.svg)](https://ci.batsense.net/LibrePages/forms)
<div align="center">
<h1> Forms </h1>
<p>
</div>
Generic forms server, for use with librepages.org
## Launch docker container
```bash
docker run -p 7000:7000 \
-v $(pwd)/config/:/etc/lpforms/ \
-e LPFORMS_CONFIG=/etc/lpforms/default.toml \
realaravinth/librepages-forms:latest
```