Skip to content

Commit

Permalink
Improve docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
derfenix committed Apr 3, 2023
1 parent a4f9022 commit dbb6d6f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dbb6d6f

Please sign in to comment.