nextcloud/.build/docker-compose.yml

16 lines
347 B
YAML
Raw Normal View History

2024-06-29 14:20:16 +05:00
services:
fpm:
build:
context: .
dockerfile: fpm.Dockerfile
args:
- VERSION=29.0.3
hostname: fpm
image: git.shihaam.dev/dockerfiles/nextcloud:fpm-29.0.3
nginx:
build:
context: .
dockerfile: nginx.Dockerfile
hostname: nginx
image: git.shihaam.dev/dockerfiles/nextcloud:nginx-29.0.3