mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-16 16:14:47 +02:00
Removed logging from compose files.
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
This commit is contained in:
parent
c90aee5f6c
commit
d2edd7df49
8 changed files with 0 additions and 133 deletions
|
@ -2,10 +2,6 @@ services:
|
|||
db:
|
||||
image: postgres:alpine
|
||||
restart: always
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "50m"
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data:Z
|
||||
env_file:
|
||||
|
@ -18,10 +14,6 @@ services:
|
|||
app:
|
||||
image: nextcloud:apache
|
||||
restart: always
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "50m"
|
||||
volumes:
|
||||
- nextcloud:/var/www/html:z
|
||||
environment:
|
||||
|
@ -43,10 +35,6 @@ services:
|
|||
cron:
|
||||
image: nextcloud:apache
|
||||
restart: always
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "50m"
|
||||
volumes:
|
||||
- nextcloud:/var/www/html:z
|
||||
entrypoint: /cron.sh
|
||||
|
@ -57,8 +45,6 @@ services:
|
|||
proxy:
|
||||
build: ./proxy
|
||||
restart: always
|
||||
logging:
|
||||
driver: "syslog"
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
|
|
|
@ -4,10 +4,6 @@ services:
|
|||
db:
|
||||
image: postgres:alpine
|
||||
restart: always
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "50m"
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data:Z
|
||||
env_file:
|
||||
|
@ -20,10 +16,6 @@ services:
|
|||
app:
|
||||
image: nextcloud:fpm-alpine
|
||||
restart: always
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "50m"
|
||||
volumes:
|
||||
- nextcloud:/var/www/html:z
|
||||
environment:
|
||||
|
@ -39,10 +31,6 @@ services:
|
|||
web:
|
||||
build: ./web
|
||||
restart: always
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "50m"
|
||||
volumes:
|
||||
- nextcloud:/var/www/html:z,ro
|
||||
environment:
|
||||
|
@ -58,10 +46,6 @@ services:
|
|||
cron:
|
||||
image: nextcloud:fpm-alpine
|
||||
restart: always
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "50m"
|
||||
volumes:
|
||||
- nextcloud:/var/www/html:z
|
||||
entrypoint: /cron.sh
|
||||
|
@ -72,8 +56,6 @@ services:
|
|||
proxy:
|
||||
build: ./proxy
|
||||
restart: always
|
||||
logging:
|
||||
driver: "syslog"
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
|
@ -91,10 +73,6 @@ services:
|
|||
letsencrypt-companion:
|
||||
image: nginxproxy/acme-companion
|
||||
restart: always
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "50m"
|
||||
volumes:
|
||||
- certs:/etc/nginx/certs:z
|
||||
- acme:/etc/acme.sh:z
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue