nextcloud/.build/docker-compose.yml

16 lines
342 B
YAML
Raw Normal View History

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