Add docker support

Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
This commit is contained in:
Rahul Rudragoudar
2021-03-29 15:32:06 +05:30
parent 8c8bda8d59
commit 0b3cddc09d
2 changed files with 48 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: "3.8"
services:
lc-core:
container_name: "libre-captcha"
build: ./
image: librecapthca/lc-core:latest
volumes:
- "./docker-data:/lc-core/data"
ports:
- "8888:8888"