new setup. version 29.0.3
This commit is contained in:
15
.build/docker-compose.yml
Normal file
15
.build/docker-compose.yml
Normal file
@ -0,0 +1,15 @@
|
||||
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
|
Reference in New Issue
Block a user