standerdize dockerfile name
This commit is contained in:
parent
99fccde008
commit
7fe695785f
@ -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: .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user