podman - network names, images
This commit is contained in:
parent
53dc2c99e3
commit
6387bd8bff
@ -29,7 +29,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- .db.env
|
- .db.env
|
||||||
networks:
|
networks:
|
||||||
default:
|
podman:
|
||||||
aliases:
|
aliases:
|
||||||
- "nextcloud.local"
|
- "nextcloud.local"
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -53,7 +53,7 @@ services:
|
|||||||
- app
|
- app
|
||||||
networks:
|
networks:
|
||||||
- proxy-tier
|
- proxy-tier
|
||||||
- default
|
- podman
|
||||||
|
|
||||||
cron:
|
cron:
|
||||||
image: nextcloud:fpm-alpine
|
image: nextcloud:fpm-alpine
|
||||||
@ -68,6 +68,7 @@ services:
|
|||||||
|
|
||||||
# Warning: Do not use :latest tags of nginx-proxy unless absolutely sure about the consequences.
|
# Warning: Do not use :latest tags of nginx-proxy unless absolutely sure about the consequences.
|
||||||
proxy:
|
proxy:
|
||||||
|
nginxproxy/nginx-proxy:1.7-alpine
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
@ -89,3 +90,4 @@ volumes:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy-tier:
|
proxy-tier:
|
||||||
|
podman:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user