We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369ad8f commit 92c2a3fCopy full SHA for 92c2a3f
docker-compose.yml
@@ -78,6 +78,10 @@ services:
78
start_period: 30s
79
restart: unless-stopped
80
81
+ # You probably want to limit the memory usage of the cache, otherwise it might
82
+ # hog all the available memory. Remove or change according to your needs.
83
+ #mem_limit: 5gb
84
+
85
celery_worker:
86
image: wger/server:latest
87
command: /start-worker
0 commit comments