Remove app dockerfile
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
b9ae3256ad
commit
cc0564ed40
@ -1,3 +0,0 @@
|
||||
FROM nextcloud:apache
|
||||
|
||||
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php
|
@ -17,7 +17,7 @@ services:
|
||||
restart: always
|
||||
|
||||
app:
|
||||
build: ./app
|
||||
image: nextcloud:apache
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:80
|
||||
@ -33,7 +33,7 @@ services:
|
||||
- redis
|
||||
|
||||
cron:
|
||||
build: ./app
|
||||
image: nextcloud:apache
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
|
@ -1,3 +0,0 @@
|
||||
FROM nextcloud:fpm-alpine
|
||||
|
||||
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php
|
@ -17,7 +17,7 @@ services:
|
||||
restart: always
|
||||
|
||||
app:
|
||||
build: ./app
|
||||
image: nextcloud:fpm-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
@ -41,7 +41,7 @@ services:
|
||||
- app
|
||||
|
||||
cron:
|
||||
build: ./app
|
||||
image: nextcloud:fpm-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
|
@ -1,3 +0,0 @@
|
||||
FROM nextcloud:apache
|
||||
|
||||
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php
|
@ -17,7 +17,7 @@ services:
|
||||
restart: always
|
||||
|
||||
app:
|
||||
build: ./app
|
||||
image: nextcloud:apache
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
@ -37,7 +37,7 @@ services:
|
||||
- default
|
||||
|
||||
cron:
|
||||
build: ./app
|
||||
image: nextcloud:apache
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
|
@ -1,3 +0,0 @@
|
||||
FROM nextcloud:fpm-alpine
|
||||
|
||||
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php
|
@ -17,7 +17,7 @@ services:
|
||||
restart: always
|
||||
|
||||
app:
|
||||
build: ./app
|
||||
image: nextcloud:fpm-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
@ -46,7 +46,7 @@ services:
|
||||
- default
|
||||
|
||||
cron:
|
||||
build: ./app
|
||||
image: nextcloud:fpm-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
|
Loading…
Reference in New Issue
Block a user