mirror of
https://github.com/derfenix/webarchive.git
synced 2026-03-11 21:35:34 +03:00
Add Dockerfile and docker-compose.yaml
This commit is contained in:
16
docker-compose.yaml
Normal file
16
docker-compose.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
webarchive:
|
||||
build:
|
||||
dockerfile: ./Dockerfile
|
||||
context: .
|
||||
environment:
|
||||
LOGGING_DEBUG: true
|
||||
API_ADDRESS: 0.0.0.0:5001
|
||||
PDF_DPI: 300
|
||||
DB_PATH: /db
|
||||
volumes:
|
||||
- ./db:/db
|
||||
ports:
|
||||
- "0.0.0.0:5002:5001"
|
||||
Reference in New Issue
Block a user