diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index aa5e135..653e27b 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -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