added ddclient and config

This commit is contained in:
2023-08-16 17:37:55 -05:00
parent f9fe22d627
commit a36c843309
2 changed files with 24 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
daemon=900
use=web
protocol=dyndns2
protocol=googledomains,
login=XIQcIciDPkL98kcu,
password=eowszqJ33jjzkN6Y
akanealw.com
protocol=googledomains,
login=fl8RMB9sWyaYIbXQ,
password=lYkyofVtT1KQp59M
aknlw.com
+11
View File
@@ -12,6 +12,17 @@ services:
volumes:
- ${DOCKERCONFIGS}/authelia/config:/config
ddclient:
container_name: ddclient
image: lscr.io/linuxserver/ddclient:latest
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
restart: always
volumes:
- ${DOCKERCONFDIR}/ddclient/config:/config
nginxproxymanager:
container_name: nginxproxymanager
image: jc21/nginx-proxy-manager:2.10.4