nextcloud/.build/compose.yml

18 lines
491 B
YAML

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