redis,cron - hostnames for resolution to resolve redis connection errors in data/nextcloud.log

This commit is contained in:
Mike Holloway 2025-12-09 20:59:54 -05:00
parent a92b993be6
commit 2c8417771d

View File

@ -15,7 +15,10 @@ services:
redis:
image: redis:alpine
hostname: redis
restart: always
networks:
- podman
app:
image: nextcloud:stable-fpm
@ -70,6 +73,8 @@ services:
- /home/{{ user.name }}/webroot:/var/www/html:z
# NOTE: The `volumes` config of the `cron` and `app` containers must match
entrypoint: /cron.sh
networks:
- podman
depends_on:
- db
- redis