Memory-Limits

This commit is contained in:
2026-04-09 00:15:01 +02:00
parent c4005e0e4e
commit e4a0a91a91
23 changed files with 899 additions and 20 deletions
+3 -1
View File
@@ -10,7 +10,8 @@ services:
timeout: 5s
retries: 3
start_period: 90s
mem_limit: 4g
mem_limit: 512m
mem_reservation: 512m
cpu_shares: 768
environment:
JWT_SECRET_KEY: dOxZYTTZgXKMHkqLBIQVImayQXAVWdzGBPuFJKggzcgvgPJPXpWzqzKaUOIOGGIr
@@ -20,4 +21,5 @@ services:
- /volume1/docker/audiobookshelf:/config:rw
- /volume1/docker/audiobookshelf/metadata:/metadata:rw
- /volume1/data/docker/audiobookshelf/audiobooks:/audiobooks:rw
- /volume1/data/docker/audiobookshelf/podcasts:/podcasts:rw
restart: on-failure:5