update mem_limit and glance disk monit
This commit is contained in:
@ -7,7 +7,7 @@ services:
|
|||||||
- FOURGET_SERVER_NAME=search.novemila.org
|
- FOURGET_SERVER_NAME=search.novemila.org
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:3017:80
|
- 127.0.0.1:3017:80
|
||||||
mem_limit: 200m
|
mem_limit: 128m
|
||||||
volumes:
|
volumes:
|
||||||
- ./banners:/var/www/html/4get/banner
|
- ./banners:/var/www/html/4get/banner
|
||||||
- ./favicon.ico:/var/www/html/4get/favicon.ico
|
- ./favicon.ico:/var/www/html/4get/favicon.ico
|
||||||
|
@ -5,7 +5,7 @@ services:
|
|||||||
image: henrygd/beszel:latest
|
image: henrygd/beszel:latest
|
||||||
container_name: beszel
|
container_name: beszel
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
mem_limit: 256m
|
mem_limit: 64m
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- host.docker.internal:host-gateway
|
- host.docker.internal:host-gateway
|
||||||
ports:
|
ports:
|
||||||
|
@ -32,7 +32,7 @@ services:
|
|||||||
mariadb:
|
mariadb:
|
||||||
image: mariadb:11.2
|
image: mariadb:11.2
|
||||||
container_name: "castopod-mariadb"
|
container_name: "castopod-mariadb"
|
||||||
mem_limit: 1g
|
mem_limit: 512m
|
||||||
networks:
|
networks:
|
||||||
- castopod-db
|
- castopod-db
|
||||||
volumes:
|
volumes:
|
||||||
@ -47,7 +47,7 @@ services:
|
|||||||
redis:
|
redis:
|
||||||
image: redis:7.2-alpine
|
image: redis:7.2-alpine
|
||||||
container_name: "castopod-redis"
|
container_name: "castopod-redis"
|
||||||
mem_limit: 256m
|
mem_limit: 64m
|
||||||
command: --requirepass ${CP_REDIS_PASSWORD}
|
command: --requirepass ${CP_REDIS_PASSWORD}
|
||||||
volumes:
|
volumes:
|
||||||
- castopod-cache:/data
|
- castopod-cache:/data
|
||||||
|
@ -31,9 +31,9 @@
|
|||||||
- title: 4get
|
- title: 4get
|
||||||
url: https://search.novemila.org
|
url: https://search.novemila.org
|
||||||
icon: si:searxng
|
icon: si:searxng
|
||||||
- title: Podcast
|
# - title: Podcast
|
||||||
url: https://podcast.novemila.org/cp-admin
|
# url: https://podcast.novemila.org/cp-admin
|
||||||
icon: assets/podcast.png
|
# icon: assets/podcast.png
|
||||||
- title: Find My Device
|
- title: Find My Device
|
||||||
url: https://fmd.novemila.org
|
url: https://fmd.novemila.org
|
||||||
icon: si:maplibre
|
icon: si:maplibre
|
||||||
@ -72,6 +72,22 @@
|
|||||||
servers:
|
servers:
|
||||||
- type: local
|
- type: local
|
||||||
name: Services
|
name: Services
|
||||||
|
hide-mountpoints-by-default: true
|
||||||
|
mountpoints:
|
||||||
|
"/":
|
||||||
|
name: Root
|
||||||
|
"/boot/efi":
|
||||||
|
hide: true
|
||||||
|
"/app/config":
|
||||||
|
hide: true
|
||||||
|
"/app/assets":
|
||||||
|
hide: true
|
||||||
|
"/etc/resolv.conf":
|
||||||
|
hide: true
|
||||||
|
"/etc/hostname":
|
||||||
|
hide: true
|
||||||
|
"/etc/hosts":
|
||||||
|
hide: true
|
||||||
|
|
||||||
- size: small
|
- size: small
|
||||||
widgets:
|
widgets:
|
||||||
|
@ -2,7 +2,7 @@ services:
|
|||||||
glance:
|
glance:
|
||||||
image: glanceapp/glance
|
image: glanceapp/glance
|
||||||
container_name: glance
|
container_name: glance
|
||||||
mem_limit: 128m
|
mem_limit: 64m
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/app/config
|
- ./config:/app/config
|
||||||
- ./assets:/app/assets
|
- ./assets:/app/assets
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
image: registry.gitlab.com/fmd-foss/fmd-server:latest
|
image: registry.gitlab.com/fmd-foss/fmd-server:latest
|
||||||
container_name: fmd
|
container_name: fmd
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
mem_limit: 128m
|
mem_limit: 64m
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:3015:8080
|
- 127.0.0.1:3015:8080
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -3,7 +3,7 @@ services:
|
|||||||
image: superseriousbusiness/gotosocial:latest
|
image: superseriousbusiness/gotosocial:latest
|
||||||
container_name: gts
|
container_name: gts
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
mem_limit: 2g
|
mem_limit: 1g
|
||||||
networks:
|
networks:
|
||||||
- gotosocial
|
- gotosocial
|
||||||
environment:
|
environment:
|
||||||
|
@ -12,7 +12,7 @@ services:
|
|||||||
init: true
|
init: true
|
||||||
restart: always
|
restart: always
|
||||||
container_name: nextcloud-aio-mastercontainer
|
container_name: nextcloud-aio-mastercontainer
|
||||||
mem_limit: 2g
|
mem_limit: 512m
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config
|
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
@ -8,7 +8,7 @@ services:
|
|||||||
- TZ=CET # optional: set desired timezone
|
- TZ=CET # optional: set desired timezone
|
||||||
- NTFY_BASE_URL=https://ntfy.novemila.org
|
- NTFY_BASE_URL=https://ntfy.novemila.org
|
||||||
- NTFY_BEHIND_PROXY=true
|
- NTFY_BEHIND_PROXY=true
|
||||||
mem_limit: 128m
|
mem_limit: 64m
|
||||||
volumes:
|
volumes:
|
||||||
- /var/cache/ntfy:/var/cache/ntfy
|
- /var/cache/ntfy:/var/cache/ntfy
|
||||||
- /etc/ntfy:/etc/ntfy
|
- /etc/ntfy:/etc/ntfy
|
||||||
|
@ -3,21 +3,23 @@ services:
|
|||||||
container_name: snikket-proxy
|
container_name: snikket-proxy
|
||||||
image: snikket/snikket-web-proxy:stable
|
image: snikket/snikket-web-proxy:stable
|
||||||
env_file: snikket.conf
|
env_file: snikket.conf
|
||||||
mem_limit: 128m
|
mem_limit: 64m
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- snikket_data:/snikket
|
- snikket_data:/snikket
|
||||||
- acme_challenges:/var/www/html/.well-known/acme-challenge
|
- acme_challenges:/var/www/html/.well-known/acme-challenge
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
|
|
||||||
snikket_certs:
|
snikket_certs:
|
||||||
container_name: snikket-certs
|
container_name: snikket-certs
|
||||||
image: snikket/snikket-cert-manager:stable
|
image: snikket/snikket-cert-manager:stable
|
||||||
env_file: snikket.conf
|
env_file: snikket.conf
|
||||||
mem_limit: 128m
|
mem_limit: 32m
|
||||||
volumes:
|
volumes:
|
||||||
- snikket_data:/snikket
|
- snikket_data:/snikket
|
||||||
- acme_challenges:/var/www/.well-known/acme-challenge
|
- acme_challenges:/var/www/.well-known/acme-challenge
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
|
|
||||||
snikket_portal:
|
snikket_portal:
|
||||||
container_name: snikket-portal
|
container_name: snikket-portal
|
||||||
image: snikket/snikket-web-portal:stable
|
image: snikket/snikket-web-portal:stable
|
||||||
@ -25,6 +27,7 @@ services:
|
|||||||
env_file: snikket.conf
|
env_file: snikket.conf
|
||||||
mem_limit: 128m
|
mem_limit: 128m
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
|
|
||||||
snikket_server:
|
snikket_server:
|
||||||
container_name: snikket
|
container_name: snikket
|
||||||
image: snikket/snikket-server:stable
|
image: snikket/snikket-server:stable
|
||||||
@ -32,7 +35,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- snikket_data:/snikket
|
- snikket_data:/snikket
|
||||||
env_file: snikket.conf
|
env_file: snikket.conf
|
||||||
mem_limit: 512m
|
mem_limit: 128m
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -3,7 +3,7 @@ services:
|
|||||||
image: vaultwarden/server:latest
|
image: vaultwarden/server:latest
|
||||||
env_file: .env
|
env_file: .env
|
||||||
container_name: vaultwarden
|
container_name: vaultwarden
|
||||||
mem_limit: 512m
|
mem_limit: 256m
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:3001:80 # Needed for the ACME HTTP-01 challenge.
|
- 127.0.0.1:3001:80 # Needed for the ACME HTTP-01 challenge.
|
||||||
|
@ -4,7 +4,7 @@ services:
|
|||||||
watchtower:
|
watchtower:
|
||||||
image: containrrr/watchtower
|
image: containrrr/watchtower
|
||||||
env_file: .env
|
env_file: .env
|
||||||
mem_limit: 512m
|
mem_limit: 64m
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
Reference in New Issue
Block a user