forms/README.md
Aravinth Manivannan fa5336c5b8
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: add docker and ci status badges and docker container init docs
2022-09-08 18:16:00 +05:30

22 lines
550 B
Markdown

[![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
```