podman - network names, images
This commit is contained in:
parent
53dc2c99e3
commit
6387bd8bff
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user