mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-10 02:38:10 +02:00
fix(web-app-xwiki): raise XWiki container resources and align YAML formatting
- Set cpus=1.0, mem_reservation=1g, mem_limit=2g, pids_limit=1024 - Keep LTS image/tag templating and Postgres type - Normalize spacing/alignment for readability Reason: Tomcat/XWiki needs >1 GB; low limits caused slow boots/502 upstream not ready. Conversation: https://chatgpt.com/share/68de5266-c8a0-800f-bfbc-de85262de53e
This commit is contained in:
@@ -2,16 +2,20 @@ credentials: {}
|
|||||||
docker:
|
docker:
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
enabled: false
|
enabled: false
|
||||||
database:
|
database:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: postgres
|
type: postgres
|
||||||
xwiki:
|
xwiki:
|
||||||
image: xwiki
|
image: xwiki
|
||||||
version: lts-<< defaults_applications[web-app-xwiki].docker.services.database.type >>-tomcat
|
version: lts-<< defaults_applications[web-app-xwiki].docker.services.database.type >>-tomcat
|
||||||
name: xwiki
|
name: xwiki
|
||||||
backup:
|
backup:
|
||||||
no_stop_required: true
|
no_stop_required: true
|
||||||
|
cpus: 1.0
|
||||||
|
mem_reservation: 1g
|
||||||
|
mem_limit: 2g
|
||||||
|
pids_limit: 1024
|
||||||
volumes:
|
volumes:
|
||||||
data: "xwiki_data"
|
data: "xwiki_data"
|
||||||
features:
|
features:
|
||||||
|
Reference in New Issue
Block a user