mirror of
https://github.com/derfenix/webarchive.git
synced 2026-03-11 12:41:54 +03:00
Improve docker-compose.yaml
This commit is contained in:
@@ -3,11 +3,14 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
webarchive:
|
webarchive:
|
||||||
image: ghcr.io/derfenix/webarchive:latest
|
image: ghcr.io/derfenix/webarchive:latest
|
||||||
|
# build:
|
||||||
|
# dockerfile: ./Dockerfile
|
||||||
|
# context: .
|
||||||
environment:
|
environment:
|
||||||
LOGGING_DEBUG: true
|
LOGGING_DEBUG: "true"
|
||||||
API_ADDRESS: 0.0.0.0:5001
|
API_ADDRESS: "0.0.0.0:5001"
|
||||||
PDF_DPI: 300
|
PDF_DPI: "300"
|
||||||
DB_PATH: /db
|
DB_PATH: "/db"
|
||||||
volumes:
|
volumes:
|
||||||
- ./db:/db
|
- ./db:/db
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user