podman-compose - acme-companion
This commit is contained in:
parent
5d984b63d9
commit
3046f45b11
@ -98,7 +98,23 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- proxy-tier
|
- proxy-tier
|
||||||
|
|
||||||
|
acme-companion:
|
||||||
|
image: nginxproxy/acme-companion:latest
|
||||||
volumes:
|
volumes:
|
||||||
|
- proxy_html:/usr/share/nginx/html:z
|
||||||
|
- /home/{{ user.name }}/nginx/certs:/etc/nginx/certs:z
|
||||||
|
- /run/user/{{ getent_passwd[user.name][2] }}/podman/podman.sock:/var/run/docker.sock:ro
|
||||||
|
- acme:/etc/acme.sh
|
||||||
|
environment:
|
||||||
|
DEFAULT_EMAIL: "admin@libre.audio"
|
||||||
|
NGINX_PROXY_CONTAINER: "{{ user.name }}_proxy_1"
|
||||||
|
networks:
|
||||||
|
- proxy-tier
|
||||||
|
depends_on:
|
||||||
|
- proxy
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
acme:
|
||||||
db:
|
db:
|
||||||
proxy_html:
|
proxy_html:
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user