mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-24 19:46:06 -05:00
Add docker support
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal 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"
|
||||
Reference in New Issue
Block a user