...
Codeblock | ||
---|---|---|
| ||
puppeteer: image: registry.brandbox.host/brandbox-product/runtime/puppeteer:latest hostname: $COMPOSE_PROJECT_NAME domainname: local.brandbox.de volumes: - /mnt/nfsstorage/${COMPOSE_PROJECT_NAME}/temp:/var/www/temp/ - /mnt/nfsstorage/${COMPOSE_PROJECT_NAME}/share:/var/www/share/ env_file: - brandbox.docker.env working_dir: /var/www networks: - internal - proxy labels: traefik.enable: "true" traefik.backend.loadbalancer.method: "drr" traefik.docker.network: traefik_webgateway traefik.frontend.rule: "Host:puppeteer.$COMPOSE_PROJECT_NAME-puppeteer.local.brandbox.de" traefik.port: 8080 ports: - "9000" expose: - "8080" |
...
Umgebungsvariable | Wert |
---|---|
PUPPETEER_HOST | puppeteer.$COMPOSE_PROJECT_NAME-puppeteer.local.brandbox.de (wie in docker-compose.yml definiert) |
PUPPETEER_PROTOCOL | https |
...