Improve docker-compose.yaml

This commit is contained in:
2023-04-03 20:35:49 +03:00
parent a4f9022f40
commit dbb6d6f968

View File

@@ -3,11 +3,14 @@ version: "3"
services:
webarchive:
image: ghcr.io/derfenix/webarchive:latest
# build:
# dockerfile: ./Dockerfile
# context: .
environment:
LOGGING_DEBUG: true
API_ADDRESS: 0.0.0.0:5001
PDF_DPI: 300
DB_PATH: /db
LOGGING_DEBUG: "true"
API_ADDRESS: "0.0.0.0:5001"
PDF_DPI: "300"
DB_PATH: "/db"
volumes:
- ./db:/db
ports: