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