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:26.6.1@sha256:eb123a8763158971e0d7bdb19cd323c1f137fd2a80ec743d48b0d133af177cc6
image: arcadedata/arcadedb-headless:26.8.1@sha256:52fd718a5e37ddb3d14861209fce8cf0696dea00b8a727796236b838eec05554
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.30.10@sha256:8cf69bd1edda9b55ecf42da05bca0ca1976497c5bcd2bace51b42d39d77cbe37
image: ollama/ollama:0.32.6@sha256:6b1ea96f5e72f4fbeaa3ddce98dafec32682b17a94f3e635417aafdf2eaed43a
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:26.7.3@sha256:9354acbd2f5c8aeacfa9846255a3c93d0aee2b6c684e589a7a47b15e681ba796
image: arcadedata/arcadedb:26.8.1@sha256:49036720b1678b9c7a6dbf22fc34a812c8d7bed15508c22cbb02c0dddc0ca16a
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.32.5@sha256:4dea9fb511947e24a84237bb636b0203abcb2ff0d3fbc7b4ff865deb91362131
image: ollama/ollama:0.32.6@sha256:b88c73ace3e115f8ec53dc8761ae1c0aabfa675406e3681786b98757ce050f42
container_name: ollama
ports:
- "11434:11434"
Expand All @@ -34,7 +34,7 @@ services:
restart: unless-stopped

ollama-init:
image: ollama/ollama:0.32.5@sha256:4dea9fb511947e24a84237bb636b0203abcb2ff0d3fbc7b4ff865deb91362131
image: ollama/ollama:0.32.6@sha256:b88c73ace3e115f8ec53dc8761ae1c0aabfa675406e3681786b98757ce050f42
container_name: ollama-init
environment:
- OLLAMA_HOST=http://ollama:11434
Expand Down