standerdize dockerfile name

This commit is contained in:
Shihaam Abdul Rahman 2025-02-14 03:49:56 +05:00
parent 99fccde008
commit 7fe695785f
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636
2 changed files with 3 additions and 3 deletions

View File

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