podman - network names, images

This commit is contained in:
Mike Holloway 2025-12-09 17:01:01 -05:00
parent 53dc2c99e3
commit 6387bd8bff

View File

@ -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: