Update netstack
This commit is contained in:
28
netstack
28
netstack
@@ -1,12 +1,9 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
nginxproxymanager:
|
nginxproxymanager:
|
||||||
cpu_shares: 90
|
|
||||||
command: []
|
|
||||||
container_name: nginxproxymanager
|
container_name: nginxproxymanager
|
||||||
hostname: nginxproxymanager
|
hostname: nginxproxymanager
|
||||||
image: jc21/nginx-proxy-manager:latest
|
image: jc21/nginx-proxy-manager:latest
|
||||||
labels:
|
|
||||||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/NginxProxyManager/icon.png
|
|
||||||
ports:
|
ports:
|
||||||
- target: 80
|
- target: 80
|
||||||
published: "80"
|
published: "80"
|
||||||
@@ -25,10 +22,9 @@ services:
|
|||||||
- type: bind
|
- type: bind
|
||||||
source: /DATA/AppData/nginxproxymanager/etc/letsencrypt
|
source: /DATA/AppData/nginxproxymanager/etc/letsencrypt
|
||||||
target: /etc/letsencrypt
|
target: /etc/letsencrypt
|
||||||
cloudflare-ddns:
|
|
||||||
cpu_shares: 90
|
cloudflare-ddns-1:
|
||||||
command: []
|
container_name: cloudflare-ddns-2
|
||||||
container_name: cloudflare-ddns
|
|
||||||
environment:
|
environment:
|
||||||
- API_KEY=eXw0Obu0GRKlGtTYJJLO6IBBuXozHpS2jZxrmFmn
|
- API_KEY=eXw0Obu0GRKlGtTYJJLO6IBBuXozHpS2jZxrmFmn
|
||||||
- PROXIED=false
|
- PROXIED=false
|
||||||
@@ -37,17 +33,12 @@ services:
|
|||||||
hostname: cloudflare-ddns
|
hostname: cloudflare-ddns
|
||||||
image: oznu/cloudflare-ddns:latest
|
image: oznu/cloudflare-ddns:latest
|
||||||
restart: always
|
restart: always
|
||||||
ports: []
|
|
||||||
volumes: []
|
|
||||||
devices: []
|
|
||||||
cap_add: []
|
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
privileged: false
|
privileged: false
|
||||||
|
|
||||||
pihole:
|
pihole:
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
cpu_shares: 90
|
|
||||||
command: []
|
|
||||||
container_name: pihole
|
container_name: pihole
|
||||||
environment:
|
environment:
|
||||||
- FTLCONF_dns_listeningMode=all
|
- FTLCONF_dns_listeningMode=all
|
||||||
@@ -55,8 +46,6 @@ services:
|
|||||||
- TZ=America/New York
|
- TZ=America/New York
|
||||||
hostname: pihole
|
hostname: pihole
|
||||||
image: pihole/pihole:latest
|
image: pihole/pihole:latest
|
||||||
labels:
|
|
||||||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Pihole/icon.png
|
|
||||||
ports:
|
ports:
|
||||||
- target: 80
|
- target: 80
|
||||||
published: "8800"
|
published: "8800"
|
||||||
@@ -75,6 +64,7 @@ services:
|
|||||||
- type: bind
|
- type: bind
|
||||||
source: /DATA/AppData/pihole/etc/pihole/
|
source: /DATA/AppData/pihole/etc/pihole/
|
||||||
target: /etc/pihole
|
target: /etc/pihole
|
||||||
|
|
||||||
nebula-sync:
|
nebula-sync:
|
||||||
image: ghcr.io/lovelaze/nebula-sync:latest
|
image: ghcr.io/lovelaze/nebula-sync:latest
|
||||||
container_name: nebula-sync
|
container_name: nebula-sync
|
||||||
@@ -87,8 +77,6 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
flame:
|
flame:
|
||||||
cpu_shares: 90
|
|
||||||
command: []
|
|
||||||
container_name: flame
|
container_name: flame
|
||||||
environment:
|
environment:
|
||||||
- PASSWORD=Rem1ember!
|
- PASSWORD=Rem1ember!
|
||||||
@@ -107,7 +95,5 @@ services:
|
|||||||
- type: bind
|
- type: bind
|
||||||
source: /var/run/docker.sock
|
source: /var/run/docker.sock
|
||||||
target: /var/run/docker.sock
|
target: /var/run/docker.sock
|
||||||
devices: []
|
|
||||||
cap_add: []
|
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
privileged: false
|
privileged: false
|
||||||
Reference in New Issue
Block a user