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: