ddns added and like mre stuff idk
This commit is contained in:
14
docker-compose.d/Networking/ddns.yml
Normal file
14
docker-compose.d/Networking/ddns.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
cloudflare-ddns:
|
||||
container_name: ddns
|
||||
image: favonia/cloudflare-ddns:latest
|
||||
network_mode: host
|
||||
restart: always
|
||||
user: "1000:1000"
|
||||
read_only: true
|
||||
cap_drop: [all]
|
||||
security_opt: [no-new-privileges:true]
|
||||
environment:
|
||||
- CLOUDFLARE_API_TOKEN=${CFKEY}
|
||||
- DOMAINS=archfox.org, jelly.archfox.org, searxng.archfox.org, bookstack.archfox.org, vault.archfox.org, git.archfox.org, nextcloud.archfox.org, aria.archfox.org, wings.archfox.org, panel.archfox.org, omada.archfox.org, mc.archfox.org
|
||||
- PROXIED=false
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- 3333:3333
|
||||
- 37889:37889
|
||||
command: >-
|
||||
--wallet "48Whozrwq4jDA6JZ3vJw3Z22VFCCdi4MnLDH5WfHX33w8ehHZ3hRsJC6JBFmgau8BjbXzfL6Um1GdGNfzzbqueDGPhSusji"
|
||||
--wallet "452KRkV1ekYiMh1iy6g3TWbBUGjcJLZH8NYbcd8uaso7Z65CxHsjCmshNaRikDWnRy84kkDZxSfw7DXitNQvhpPW3rmRasA"
|
||||
--stratum "0.0.0.0:3333" --p2p "0.0.0.0:37889" --rpc-port "18089"
|
||||
--host "monerod"
|
||||
--loglevel 1
|
||||
|
||||
@@ -19,7 +19,7 @@ services:
|
||||
|
||||
|
||||
gluetun:
|
||||
image: ghcr.io/qdm12/gluetun
|
||||
image: qmcgaw/gluetun:v3
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
container_name: gluetun
|
||||
@@ -27,12 +27,13 @@ services:
|
||||
- VPN_SERVICE_PROVIDER=mullvad
|
||||
- VPN_TYPE=wireguard
|
||||
- WIREGUARD_PRIVATE_KEY=${MULLKEY}
|
||||
- WIREGUARD_ADDRESSES=10.73.138.162/32
|
||||
- WIREGUARD_ADDRESSES=10.73.197.103/32
|
||||
- DNS_ADDRESS=10.64.0.1
|
||||
- SERVER_CITIES=Chicago IL
|
||||
volumes:
|
||||
- gluetun:/gluetun
|
||||
devices:
|
||||
- /dev/net/tun
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
ports:
|
||||
- 8181:8181
|
||||
- 6881:6881
|
||||
|
||||
@@ -26,7 +26,7 @@ services=(
|
||||
"Tools/qbit.yml"
|
||||
"Tools/open-webui.yml"
|
||||
"Tools/watchtower.yml"
|
||||
#"pterodactyl/docker-compose.yml"
|
||||
"pterodactyl/docker-compose.yml"
|
||||
"Piped-Docker/docker-compose.yml"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user