Proxy nginx + torrent client

This commit is contained in:
git
2024-02-22 15:08:25 +01:00
parent b46cd74c72
commit ca2903d731
14 changed files with 300 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
- name: nginx
community.docker.docker_container:
name: nginx
image: 'jc21/nginx-proxy-manager:latest'
restart_policy: unless-stopped
ports:
- '80:80'
- '81:81'
- '443:443'
volumes:
- "{{ docker_homepath }}/data:/data"
- "{{ docker_homepath }}/letsencrypt:/etc/letsencrypt"
networks:
- name: http