Skip to content

Commit

Permalink
Fixed host and port variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlund committed Dec 5, 2022
1 parent 6f0e000 commit f86d80e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docker-compose.athenapdf.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ddev-generated
# Simple template to demonstrate athenapdf
version: '1'
version: '1.1'
services:
athenapdf:
image: arachnysdocker/athenapdf-service:2.16.0
Expand All @@ -12,3 +12,12 @@ services:
WEAVER_MAX_CONVERSION_QUEUE: 50
WEAVER_WORKER_TIMEOUT: 90
WEAVER_CONVERSION_FALLBACK: "false"
VIRTUAL_HOST: $DDEV_HOSTNAME
HTTP_EXPOSE: 8080:8080
external_links:
- "ddev-router:$DDEV_HOSTNAME"
expose:
- "8080"
labels:
com.ddev.site-name: ${DDEV_SITENAME}
com.ddev.approot: $DDEV_APPROOT

0 comments on commit f86d80e

Please sign in to comment.