services: gotenberg: image: "gotenberg/gotenberg:8" php: image: php:fpm-alpine volumes: - "web:/var/www/html" web: image: mtg-print-web depends_on: - "gotenberg" - "php" volumes: - "web:/var/www/html" volumes: web: