services: fpm: build: context: . dockerfile: fpm.Dockerfile args: NEXTCLOUD_VERSION: ${NEXTCLOUD_VERSION} NEXTCLOUD_URL: ${NEXTCLOUD_URL} NEXTCLOUD_FILENAME: ${NEXTCLOUD_FILENAME} hostname: nextcloud image: git.shihaam.dev/dockerfiles/nextcloud/fpm:${NEXTCLOUD_VERSION} nginx: build: context: . dockerfile: nginx.Dockerfile hostname: nginx image: git.shihaam.dev/dockerfiles/nextcloud/nginx