0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-05-23 15:44:21 +02:00

Updated examples

Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
This commit is contained in:
Kaloyan Nikolov 2025-03-04 17:18:49 +02:00
parent 86ab9d769c
commit 2bfd475b13
17 changed files with 96 additions and 35 deletions

View file

@ -1,4 +1,6 @@
services:
# 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
db:
image: mariadb:10.11
command: --transaction-isolation=READ-COMMITTED
@ -12,6 +14,8 @@ services:
env_file:
- db.env
# 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
redis:
image: redis:alpine
restart: always