nextcloud minor versions updates
This commit is contained in:
2
dockerfiles/services/nextcloud/Jenkinsfile
vendored
2
dockerfiles/services/nextcloud/Jenkinsfile
vendored
@@ -2,7 +2,7 @@ pipeline {
|
||||
environment {
|
||||
APP_NAME = 'xaibox'
|
||||
WORKDIR = 'dockerfiles/services/nextcloud'
|
||||
NC_VERSION = 21
|
||||
NC_VERSION = 21.0
|
||||
}
|
||||
|
||||
agent { label 'docker' }
|
||||
|
||||
@@ -62,12 +62,12 @@ services:
|
||||
- prod_db
|
||||
- prod_cache
|
||||
|
||||
# logging:
|
||||
# driver: fluentd
|
||||
# options:
|
||||
# fluentd-address: "logs.xai-corp.net:24224"
|
||||
# fluentd-async-connect: 'true'
|
||||
# tag: nextcloud
|
||||
logging:
|
||||
driver: fluentd
|
||||
options:
|
||||
fluentd-address: "logs.xai-corp.net:24224"
|
||||
fluentd-async-connect: 'true'
|
||||
tag: nextcloud
|
||||
|
||||
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user