Skip to content

Commit

Permalink
misc: Use now lago-gotenberg image for pdf generation (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenquin committed Sep 6, 2022
1 parent 7852003 commit af7b01f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ services:
- ENCRYPTION_DETERMINISTIC_KEY=${ENCRYPTION_DETERMINISTIC_KEY:-your-encrpytion-deterministic-key}
- ENCRYPTION_KEY_DERIVATION_SALT=${ENCRYPTION_KEY_DERIVATION_SALT:-your-encrpytion-derivation-salt}
- LAGO_USE_AWS_S3=${LAGO_USE_AWS_S3:-false}
- LAGO_AWS_S3_ACCESS_KEY_ID=${LAGO_AWS_S3_ACCESS_KEY_ID:-}
- LAGO_AWS_S3_SECRET_ACCESS_KEY=${LAGO_AWS_S3_SECRET_ACCESS_KEY:-}
- LAGO_AWS_S3_REGION=${LAGO_AWS_S3_REGION:-}
- LAGO_AWS_S3_BUCKET=${LAGO_AWS_S3_BUCKET:-}
- LAGO_AWS_S3_ENDPOINT=${LAGO_AWS_S3_ENDPOINT}
- LAGO_PDF_URL=${LAGO_PDF_URL:-http:https://pdf:3000}
- LAGO_REDIS_CACHE_URL=redis:https://redis:6379
- SEGMENT_WRITE_KEY=${SEGMENT_WRITE_KEY:-}
Expand Down Expand Up @@ -165,7 +160,7 @@ services:
- LAGO_DISABLE_SEGMENT=${LAGO_DISABLE_SEGMENT:-}

pdf:
image: gotenberg/gotenberg:7
image: getlago/lago-gotenberg:7
command:
- "gotenberg"
- "--log-level=debug"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ services:
- ENCRYPTION_KEY_DERIVATION_SALT=${LAGO_ENCRYPTION_KEY_DERIVATION_SALT:-your-encrpytion-derivation-salt}

pdf:
image: gotenberg/gotenberg:7
image: getlago/lago-gotenberg:7

0 comments on commit af7b01f

Please sign in to comment.