Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ssh:

accessories:
arcadedb:
image: arcadedata/arcadedb-headless:25.12.1@sha256:5743b157ed0ffe2e466d476d6da404eee23e209d8107459b1529e25373b1787c
image: arcadedata/arcadedb-headless:26.1.1@sha256:7d0f03428f9a7aaad4c7b585ddfe66c23846ff6a18b2b44afed3a7371a29b244
host: <%= ENV["HOST_IP"] %>
volumes:
- /home/player/linklift/config:/home/arcadedb/config
Expand All @@ -49,7 +49,7 @@ accessories:
JAVA_OPTS: "-Darcadedb.server.plugins=Postgres:com.arcadedb.postgres.PostgresProtocolPlugin"

ollama:
image: ollama/ollama:0.13.5@sha256:2c9595c555fd70a28363489ac03bd5bf9e7c5bdf2890373c3a830ffd7252ce6d
image: ollama/ollama:0.15.1@sha256:a58bce4506e3b81a9d63d649d69e3f26a28379b912ca00cf46c14d2496bc38dc
host: <%= ENV["HOST_IP"] %>
port: 11434
volumes:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
arcadedb:
image: arcadedata/arcadedb:25.12.1@sha256:ee88b81b18451347c6cb70d56e4a739af99b1696774f205207d838ad3534dc61
image: arcadedata/arcadedb:26.1.1@sha256:8773afd807e7869c0cf616d46f1a2b89b31be74c608581637a890295b35f18bd
container_name: arcadedb
environment:
- JAVA_OPTS=-Darcadedb.server.rootPassword=playwithdata -Darcadedb.server.plugins=Prometheus:com.arcadedb.metrics.prometheus.PrometheusMetricsPlugin
Expand All @@ -19,7 +19,7 @@ services:
start_period: 10s

ollama:
image: ollama/ollama:0.14.3@sha256:a7471e7e503643d06767053fa4c825eaa7cafb1586f7256ce29080bcbf57bf5c
image: ollama/ollama:0.15.1@sha256:e0ae5354a9e4c85160df4698a45ae360cd0c12ef90e484b12fc870c28f491892
container_name: ollama
ports:
- "11434:11434"
Expand All @@ -34,7 +34,7 @@ services:
restart: unless-stopped

ollama-init:
image: ollama/ollama:0.14.3@sha256:a7471e7e503643d06767053fa4c825eaa7cafb1586f7256ce29080bcbf57bf5c
image: ollama/ollama:0.15.1@sha256:e0ae5354a9e4c85160df4698a45ae360cd0c12ef90e484b12fc870c28f491892
container_name: ollama-init
environment:
- OLLAMA_HOST=http://ollama:11434
Expand Down
Loading