Compare commits
No commits in common. "latest-prod" and "main" have entirely different histories.
latest-pro
...
main
@ -98,23 +98,7 @@ 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