mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-20 02:46:10 +02:00
Use canonical links to external services.
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
This commit is contained in:
parent
dc73c15838
commit
f1d57d8cf9
9 changed files with 28 additions and 27 deletions
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
# Note: MariaDB is an external service. You can find more information about the configuration here:
|
# Note: MariaDB is an external service. You can find more information about the configuration here:
|
||||||
# https://docs.linuxserver.io/images/docker-mariadb/#environment-variables-e
|
# https://hub.docker.com/_/mariadb
|
||||||
db:
|
db:
|
||||||
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
||||||
image: mariadb:lts
|
image: mariadb:lts
|
||||||
|
@ -16,7 +16,7 @@ services:
|
||||||
- db.env
|
- db.env
|
||||||
|
|
||||||
# Note: Redis is an external service. You can find more information about the configuration here:
|
# Note: Redis is an external service. You can find more information about the configuration here:
|
||||||
# https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/docker/#configuration
|
# https://hub.docker.com/_/redis
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
# Note: MariaDB is an external service. You can find more information about the configuration here:
|
# Note: MariaDB is an external service. You can find more information about the configuration here:
|
||||||
# https://docs.linuxserver.io/images/docker-mariadb/#environment-variables-e
|
# https://hub.docker.com/_/mariadb
|
||||||
db:
|
db:
|
||||||
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
||||||
image: mariadb:lts
|
image: mariadb:lts
|
||||||
|
@ -16,7 +16,7 @@ services:
|
||||||
- db.env
|
- db.env
|
||||||
|
|
||||||
# Note: Redis is an external service. You can find more information about the configuration here:
|
# Note: Redis is an external service. You can find more information about the configuration here:
|
||||||
# https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/docker/#configuration
|
# https://hub.docker.com/_/redis
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
# Note: PostgreSQL is an external service. You can find more information about the configuration here:
|
# Note: PostgreSQL is an external service. You can find more information about the configuration here:
|
||||||
# https://github.com/docker-library/docs/blob/master/postgres/README.md
|
# https://hub.docker.com/_/postgres
|
||||||
db:
|
db:
|
||||||
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
||||||
image: postgres:alpine
|
image: postgres:alpine
|
||||||
|
@ -11,7 +11,7 @@ services:
|
||||||
- db.env
|
- db.env
|
||||||
|
|
||||||
# Note: Redis is an external service. You can find more information about the configuration here:
|
# Note: Redis is an external service. You can find more information about the configuration here:
|
||||||
# https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/docker/#configuration
|
# https://hub.docker.com/_/redis
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
# Note: PostgreSQL is an external service. You can find more information about the configuration here:
|
# Note: PostgreSQL is an external service. You can find more information about the configuration here:
|
||||||
# https://github.com/docker-library/docs/blob/master/postgres/README.md
|
# https://hub.docker.com/_/postgres
|
||||||
db:
|
db:
|
||||||
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
||||||
image: postgres:alpine
|
image: postgres:alpine
|
||||||
|
@ -11,7 +11,7 @@ services:
|
||||||
- db.env
|
- db.env
|
||||||
|
|
||||||
# Note: Redis is an external service. You can find more information about the configuration here:
|
# Note: Redis is an external service. You can find more information about the configuration here:
|
||||||
# https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/docker/#configuration
|
# https://hub.docker.com/_/redis
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
# Note: MariaDB is an external service. You can find more information about the configuration here:
|
# Note: MariaDB is an external service. You can find more information about the configuration here:
|
||||||
# https://docs.linuxserver.io/images/docker-mariadb/#environment-variables-e
|
# https://hub.docker.com/_/mariadb
|
||||||
db:
|
db:
|
||||||
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
||||||
image: mariadb:lts
|
image: mariadb:lts
|
||||||
|
@ -16,7 +16,7 @@ services:
|
||||||
- db.env
|
- db.env
|
||||||
|
|
||||||
# Note: Redis is an external service. You can find more information about the configuration here:
|
# Note: Redis is an external service. You can find more information about the configuration here:
|
||||||
# https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/docker/#configuration
|
# https://hub.docker.com/_/redis
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -75,7 +75,7 @@ services:
|
||||||
- proxy-tier
|
- proxy-tier
|
||||||
|
|
||||||
# Note: Letsencrypt companion is an external service. You can find more information about the configuration here:
|
# Note: Letsencrypt companion is an external service. You can find more information about the configuration here:
|
||||||
# https://github.com/nginx-proxy/acme-companion/tree/main/docs#readme
|
# https://hub.docker.com/r/nginxproxy/acme-companion
|
||||||
letsencrypt-companion:
|
letsencrypt-companion:
|
||||||
image: nginxproxy/acme-companion
|
image: nginxproxy/acme-companion
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
# Note: MariaDB is an external service. You can find more information about the configuration here:
|
# Note: MariaDB is an external service. You can find more information about the configuration here:
|
||||||
# https://docs.linuxserver.io/images/docker-mariadb/#environment-variables-e
|
# https://hub.docker.com/_/mariadb
|
||||||
db:
|
db:
|
||||||
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
||||||
image: mariadb:lts
|
image: mariadb:lts
|
||||||
|
@ -16,7 +16,7 @@ services:
|
||||||
- db.env
|
- db.env
|
||||||
|
|
||||||
# Note: Redis is an external service. You can find more information about the configuration here:
|
# Note: Redis is an external service. You can find more information about the configuration here:
|
||||||
# https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/docker/#configuration
|
# https://hub.docker.com/_/redis
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -88,7 +88,7 @@ services:
|
||||||
- proxy-tier
|
- proxy-tier
|
||||||
|
|
||||||
# Note: Letsencrypt companion is an external service. You can find more information about the configuration here:
|
# Note: Letsencrypt companion is an external service. You can find more information about the configuration here:
|
||||||
# https://github.com/nginx-proxy/acme-companion/tree/main/docs#readme
|
# https://hub.docker.com/r/nginxproxy/acme-companion
|
||||||
letsencrypt-companion:
|
letsencrypt-companion:
|
||||||
image: nginxproxy/acme-companion
|
image: nginxproxy/acme-companion
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
# Note: PostgreSQL is an external service. You can find more information about the configuration here:
|
# Note: PostgreSQL is an external service. You can find more information about the configuration here:
|
||||||
# https://github.com/docker-library/docs/blob/master/postgres/README.md
|
# https://hub.docker.com/_/postgres
|
||||||
db:
|
db:
|
||||||
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
||||||
image: postgres:alpine
|
image: postgres:alpine
|
||||||
|
@ -11,7 +11,7 @@ services:
|
||||||
- db.env
|
- db.env
|
||||||
|
|
||||||
# Note: Redis is an external service. You can find more information about the configuration here:
|
# Note: Redis is an external service. You can find more information about the configuration here:
|
||||||
# https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/docker/#configuration
|
# https://hub.docker.com/_/redis
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -69,7 +69,7 @@ services:
|
||||||
- proxy-tier
|
- proxy-tier
|
||||||
|
|
||||||
# Note: Letsencrypt companion is an external service. You can find more information about the configuration here:
|
# Note: Letsencrypt companion is an external service. You can find more information about the configuration here:
|
||||||
# https://github.com/nginx-proxy/acme-companion/tree/main/docs#readme
|
# https://hub.docker.com/r/nginxproxy/acme-companion
|
||||||
letsencrypt-companion:
|
letsencrypt-companion:
|
||||||
image: nginxproxy/acme-companion
|
image: nginxproxy/acme-companion
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
# Note: PostgreSQL is an external service. You can find more information about the configuration here:
|
# Note: PostgreSQL is an external service. You can find more information about the configuration here:
|
||||||
# https://github.com/docker-library/docs/blob/master/postgres/README.md
|
# https://hub.docker.com/_/postgres
|
||||||
db:
|
db:
|
||||||
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
||||||
image: postgres:alpine
|
image: postgres:alpine
|
||||||
|
@ -11,7 +11,7 @@ services:
|
||||||
- db.env
|
- db.env
|
||||||
|
|
||||||
# Note: Redis is an external service. You can find more information about the configuration here:
|
# Note: Redis is an external service. You can find more information about the configuration here:
|
||||||
# https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/docker/#configuration
|
# https://hub.docker.com/_/redis
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -83,7 +83,7 @@ services:
|
||||||
- proxy-tier
|
- proxy-tier
|
||||||
|
|
||||||
# Note: Letsencrypt companion is an external service. You can find more information about the configuration here:
|
# Note: Letsencrypt companion is an external service. You can find more information about the configuration here:
|
||||||
# https://github.com/nginx-proxy/acme-companion/tree/main/docs#readme
|
# https://hub.docker.com/r/nginxproxy/acme-companion
|
||||||
letsencrypt-companion:
|
letsencrypt-companion:
|
||||||
image: nginxproxy/acme-companion
|
image: nginxproxy/acme-companion
|
||||||
restart: always
|
restart: always
|
||||||
|
|
15
README.md
15
README.md
|
@ -404,7 +404,7 @@ Make sure to pass in values for `MYSQL_ROOT_PASSWORD` and `MYSQL_PASSWORD` varia
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
# Note: MariaDB is external service. You can find more information about the configuration here:
|
# Note: MariaDB is external service. You can find more information about the configuration here:
|
||||||
# https://docs.linuxserver.io/images/docker-mariadb/#environment-variables-e
|
# https://hub.docker.com/_/mariadb
|
||||||
db:
|
db:
|
||||||
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
||||||
image: mariadb:lts
|
image: mariadb:lts
|
||||||
|
@ -419,7 +419,7 @@ services:
|
||||||
- MYSQL_USER=nextcloud
|
- MYSQL_USER=nextcloud
|
||||||
|
|
||||||
# Note: Redis is an external service. You can find more information about the configuration here:
|
# Note: Redis is an external service. You can find more information about the configuration here:
|
||||||
# https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/docker/#configuration
|
# https://hub.docker.com/_/redis
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -457,7 +457,7 @@ Make sure to pass in values for `MYSQL_ROOT_PASSWORD` and `MYSQL_PASSWORD` varia
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
# Note: MariaDB is an external service. You can find more information about the configuration here:
|
# Note: MariaDB is an external service. You can find more information about the configuration here:
|
||||||
# https://docs.linuxserver.io/images/docker-mariadb/#environment-variables-e
|
# https://hub.docker.com/_/mariadb
|
||||||
db:
|
db:
|
||||||
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
||||||
image: mariadb:lts
|
image: mariadb:lts
|
||||||
|
@ -472,7 +472,7 @@ services:
|
||||||
- MYSQL_USER=nextcloud
|
- MYSQL_USER=nextcloud
|
||||||
|
|
||||||
# Note: Redis is an external service. You can find more information about the configuration here:
|
# Note: Redis is an external service. You can find more information about the configuration here:
|
||||||
# https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/docker/#configuration
|
# https://hub.docker.com/_/redis
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -501,7 +501,8 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- app
|
- app
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro # https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html
|
# https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html
|
||||||
|
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- app
|
- app
|
||||||
|
|
||||||
|
@ -527,7 +528,7 @@ Example:
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
# Note: PostgreSQL is external service. You can find more information about the configuration here:
|
# Note: PostgreSQL is external service. You can find more information about the configuration here:
|
||||||
# https://github.com/docker-library/docs/blob/master/postgres/README.md
|
# https://hub.docker.com/_/postgres
|
||||||
db:
|
db:
|
||||||
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
||||||
image: postgres:alpine
|
image: postgres:alpine
|
||||||
|
@ -543,7 +544,7 @@ services:
|
||||||
- postgres_password
|
- postgres_password
|
||||||
- postgres_user
|
- postgres_user
|
||||||
# Note: Redis is an external service. You can find more information about the configuration here:
|
# Note: Redis is an external service. You can find more information about the configuration here:
|
||||||
# https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/docker/#configuration
|
# https://hub.docker.com/_/redis
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Add table
Reference in a new issue