version: "3" services: gotenberg: image: "gotenberg/gotenberg:7" php: image: "php" links: - "gotenberg" environment: - "DECKLIST=${DECKLIST}" volumes: - "./:/usr/src/app" working_dir: "/usr/src/app" command: ["php", "./index.php"]