0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-17 00:24:47 +02:00

Merge pull request #3 from nextcloud/master

Merge master back
This commit is contained in:
kgw4it 2018-11-26 14:52:14 +01:00 committed by GitHub
commit 1c5bc71b61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
63 changed files with 88 additions and 94 deletions

View file

@ -13,7 +13,7 @@ services:
- db.env
redis:
image: redis
image: redis:alpine
restart: always
app:

View file

@ -1,3 +1,3 @@
FROM nextcloud:fpm
FROM nextcloud:fpm-alpine
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php

View file

@ -13,7 +13,7 @@ services:
- db.env
redis:
image: redis
image: redis:alpine
restart: always
app:

View file

@ -1,3 +1,3 @@
FROM nginx
FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf

View file

@ -1,4 +1,3 @@
user www-data;
worker_processes 1;
error_log /var/log/nginx/error.log warn;

View file

@ -13,7 +13,7 @@ services:
- db.env
app:
image: nextcloud:fpm
image: nextcloud:fpm-alpine
restart: always
volumes:
- nextcloud:/var/www/html

View file

@ -1,3 +1,3 @@
FROM nginx
FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf

View file

@ -1,4 +1,3 @@
user www-data;
worker_processes 1;
error_log /var/log/nginx/error.log warn;

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres
image: postgres:alpine
restart: always
volumes:
- db:/var/lib/postgresql/data

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres
image: postgres:alpine
restart: always
volumes:
- db:/var/lib/postgresql/data
@ -10,7 +10,7 @@ services:
- db.env
app:
image: nextcloud:fpm
image: nextcloud:fpm-alpine
restart: always
volumes:
- nextcloud:/var/www/html

View file

@ -1,3 +1,3 @@
FROM nginx
FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf

View file

@ -1,4 +1,3 @@
user www-data;
worker_processes 1;
error_log /var/log/nginx/error.log warn;

View file

@ -13,7 +13,7 @@ services:
- db.env
app:
image: nextcloud:fpm
image: nextcloud:fpm-alpine
restart: always
volumes:
- nextcloud:/var/www/html

View file

@ -1,3 +1,3 @@
FROM nginx
FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf

View file

@ -1,4 +1,3 @@
user www-data;
worker_processes 1;
error_log /var/log/nginx/error.log warn;

View file

@ -13,7 +13,7 @@ services:
- db.env
redis:
image: redis
image: redis:alpine
restart: always
app:

View file

@ -1,3 +1,3 @@
FROM nextcloud:fpm
FROM nextcloud:fpm-alpine
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php

View file

@ -13,7 +13,7 @@ services:
- db.env
redis:
image: redis
image: redis:alpine
restart: always
app:

View file

@ -1,3 +1,3 @@
FROM nginx
FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf

View file

@ -1,4 +1,3 @@
user www-data;
worker_processes 1;
error_log /var/log/nginx/error.log warn;

View file

@ -13,7 +13,7 @@ services:
- db.env
app:
image: nextcloud:fpm
image: nextcloud:fpm-alpine
restart: always
volumes:
- nextcloud:/var/www/html

View file

@ -1,3 +1,3 @@
FROM nginx
FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf

View file

@ -1,4 +1,3 @@
user www-data;
worker_processes 1;
error_log /var/log/nginx/error.log warn;

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres
image: postgres:alpine
restart: always
volumes:
- db:/var/lib/postgresql/data

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres
image: postgres:alpine
restart: always
volumes:
- db:/var/lib/postgresql/data
@ -10,7 +10,7 @@ services:
- db.env
app:
image: nextcloud:fpm
image: nextcloud:fpm-alpine
restart: always
volumes:
- nextcloud:/var/www/html

View file

@ -1,3 +1,3 @@
FROM nginx
FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf

View file

@ -1,4 +1,3 @@
user www-data;
worker_processes 1;
error_log /var/log/nginx/error.log warn;