From 6387bd8bff6350ebcf017ee1c774ee273c6ff95a Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Tue, 9 Dec 2025 17:01:01 -0500 Subject: [PATCH] podman - network names, images --- templates/docker-compose.yml.j2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index 1840757..4c6cbe0 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -29,7 +29,7 @@ services: env_file: - .db.env networks: - default: + podman: aliases: - "nextcloud.local" depends_on: @@ -53,7 +53,7 @@ services: - app networks: - proxy-tier - - default + - podman cron: image: nextcloud:fpm-alpine @@ -68,6 +68,7 @@ services: # Warning: Do not use :latest tags of nginx-proxy unless absolutely sure about the consequences. proxy: + nginxproxy/nginx-proxy:1.7-alpine restart: always ports: - 8080:80 @@ -89,3 +90,4 @@ volumes: networks: proxy-tier: + podman: