Compare commits

..

No commits in common. "836384d474a2ebe40ee6c49b753f7fe78d272e32" and "a67c3fef40f6f80d197c5901cd9841104ef25714" have entirely different histories.

6 changed files with 0 additions and 69 deletions

View File

@ -20,10 +20,6 @@ services:
- "222:22"
networks:
forgejo:
deploy:
limits:
cpus: '0.10'
memory: 512M
forgejo:
image: codeberg.org/forgejo/forgejo:1.21
@ -43,10 +39,6 @@ services:
- ./forgejo-data:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
deploy:
limits:
cpus: '0.25'
memory: 512M
depends_on:
- forgejo-db
@ -62,10 +54,6 @@ services:
networks:
forgejo:
ipv4_address: 11.1.0.22
deploy:
limits:
cpus: '0.10'
memory: 128M
networks:
forgejo:

View File

@ -22,10 +22,6 @@ services:
- "3000:3000"
networks:
invidious:
deploy:
limits:
cpus: '0.10'
memory: 512M
invidious:
network_mode: "service:invidious-gluetun"
@ -65,10 +61,6 @@ services:
max-file: "4"
depends_on:
- invidious-db
deploy:
limits:
cpus: '0.25'
memory: 512M
invidious-db:
image: docker.io/library/postgres:14
@ -88,10 +80,6 @@ services:
networks:
invidious:
ipv4_address: 11.1.0.22
deploy:
limits:
cpus: '0.10'
memory: 128M
networks:
invidious:

View File

@ -21,11 +21,6 @@ services:
- "587:587" # SMTP+STARTTLS Explicit TLS / Appears to be used
- "993:993" # IMAPS Implicit TLS / Appears to not be used
- "143:143" # IMAPS IMAP+STARTTLS Explicit TLS / Appears to be used
deploy:
limits:
cpus: '0.10'
memory: 512M
mailserver:
network_mode: "service:mailserver-gluetun"
image: ghcr.io/docker-mailserver/docker-mailserver:latest
@ -61,8 +56,4 @@ services:
- ENABLE_CLAMAV=0
cap_add:
- NET_ADMIN # For Fail2Ban to work
deploy:
limits:
cpus: '0.25'
memory: 512M
restart: always

View File

@ -23,10 +23,6 @@ services:
volumes:
# Custom IPTables forwarding rules to forward TCP(web) traffic from port 54376 to port 25565
- ./post-rules.txt:/iptables/post-rules.txt
deploy:
limits:
cpus: '0.10'
memory: 512M
mc:
image: itzg/minecraft-server
@ -45,7 +41,3 @@ services:
# - ./data:/data
#
- ./data:/data
deploy:
limits:
cpus: '0.50'
memory: 1500M

View File

@ -24,10 +24,6 @@ services:
- ./post-rules.txt:/iptables/post-rules.txt
ports:
- "11000:11000"
deploy:
limits:
cpus: '0.10'
memory: 512M
nextcloud-cache:
network_mode: "service:nextcloud-gluetun"
@ -36,10 +32,6 @@ services:
mem_limit: 2048m
mem_reservation: 512m
command: redis-server --requirepass {{ service_nextcloud_postgres_pass }}
deploy:
limits:
cpus: '0.10'
memory: 2048M
nextcloud-db:
network_mode: "service:nextcloud-gluetun"
@ -52,10 +44,6 @@ services:
- POSTGRES_PASSWORD={{ service_nextcloud_postgres_pass }}
- POSTGRES_DB=nextcloud
- POSTGRES_USER=nextcloud
deploy:
limits:
cpus: '0.10'
memory: 128M
nextcloud:
network_mode: "service:nextcloud-gluetun"
@ -77,8 +65,4 @@ services:
- OVERWRITEHOST=nextcloud.{{ domain_name }}
- OVERWRITEPROTOCOL=https
- OVERWRITECLIURL=https://nextcloud.{{ domain_name }}
deploy:
limits:
cpus: '0.25'
memory: 512M

View File

@ -20,10 +20,6 @@ services:
- FIREWALL_VPN_INPUT_PORTS=8080
ports:
- "8080:8080"
deploy:
limits:
cpus: '0.10'
memory: 512M
searxng-redis:
network_mode: "service:searxng-gluetun"
@ -38,10 +34,6 @@ services:
- SETGID
- SETUID
- DAC_OVERRIDE
deploy:
limits:
cpus: '0.10'
memory: 128M
# If you want to change container listen port from default 8080 https://github.com/searxng/searxng-docker/issues/20
# Set environment variable BIND_ADDRESS, example:
@ -71,7 +63,3 @@ services:
options:
max-size: "1m"
max-file: "1"
deploy:
limits:
cpus: '0.25'
memory: 512M