after migration
This commit is contained in:
parent
84c33e423b
commit
b05d8a8ab3
43 changed files with 474 additions and 66 deletions
|
|
@ -65,12 +65,7 @@ services:
|
|||
mem_limit: 16g
|
||||
cpus: 6.0
|
||||
mem_reservation: 4g
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl -f http://localhost:11434/ || exit 1"]
|
||||
interval: 60s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 60s
|
||||
# Healthcheck removed - ollama image doesn't include curl
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
- "description=Local LLM inference engine"
|
||||
|
|
@ -179,11 +174,7 @@ services:
|
|||
- WATCHTOWER_INCLUDE_RESTARTING=true
|
||||
- WATCHTOWER_LABEL_ENABLE=true
|
||||
command: --cleanup --interval 86400 --label-enable
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pgrep watchtower || exit 1"]
|
||||
interval: 60s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
# Healthcheck removed - watchtower runs as background process, pgrep check unreliable
|
||||
labels:
|
||||
- "description=Watchtower Auto-Update Service"
|
||||
- "maintainer=studio einszwovier"
|
||||
|
|
@ -198,16 +189,7 @@ services:
|
|||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- portainer_data:/data
|
||||
healthcheck:
|
||||
test:
|
||||
[
|
||||
"CMD-SHELL",
|
||||
"curl -f http://localhost:9000/api/system/status || exit 1",
|
||||
]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 30s
|
||||
# Healthcheck removed - portainer image doesn't include curl
|
||||
labels:
|
||||
- "description=Portainer Container Management UI"
|
||||
- "maintainer=studio einszwovier"
|
||||
|
|
@ -232,16 +214,7 @@ services:
|
|||
cpus: 1.0
|
||||
depends_on:
|
||||
- web
|
||||
healthcheck:
|
||||
test:
|
||||
[
|
||||
"CMD-SHELL",
|
||||
"curl -f http://localhost:8001/hub/health || curl -f http://localhost:8001/hub/ || exit 1",
|
||||
]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 60s
|
||||
# Healthcheck removed - jupyterhub custom image doesn't include curl
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
- "description=JupyterHub for interactive notebooks"
|
||||
|
|
@ -286,12 +259,7 @@ services:
|
|||
mem_limit: 512m
|
||||
cpus: 0.5
|
||||
mem_reservation: 128m
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl -f http://localhost:80 || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 20s
|
||||
# Healthcheck removed - element-web image doesn't include curl
|
||||
depends_on:
|
||||
synapse:
|
||||
condition: service_started
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue