Skip to content

cmd/rofl: Fix external service volumes check#540

Merged
matevz merged 1 commit into
masterfrom
matevz/fix/rofl-compose-storage-volume-check
Jul 16, 2025
Merged

cmd/rofl: Fix external service volumes check#540
matevz merged 1 commit into
masterfrom
matevz/fix/rofl-compose-storage-volume-check

Conversation

@matevz

@matevz matevz commented Jul 16, 2025

Copy link
Copy Markdown
Member

Existing behavior didn't allow implicit volumes with default settings, for example

services:
  ollama:
    image: "docker.io/ollama/ollama"
    ports:
      - "11434:11434"
    volumes:
      - ollama-storage:/root/.ollama
    entrypoint: ["/usr/bin/bash", "-c", "/bin/ollama serve & sleep 5; ollama pull ${OLLAMA_MODEL}; wait"]

volumes:
  ollama-storage:

Existing behavior didn't allow implicit volumes with default settings.
@matevz
matevz requested review from abukosek and kostko July 16, 2025 12:43
@netlify

netlify Bot commented Jul 16, 2025

Copy link
Copy Markdown

Deploy Preview for oasisprotocol-cli canceled.

Name Link
🔨 Latest commit b930e4c
🔍 Latest deploy log https://app.netlify.com/projects/oasisprotocol-cli/deploys/68779e7c6deca10007a08179

@matevz
matevz merged commit f99f70c into master Jul 16, 2025
4 checks passed
@matevz
matevz deleted the matevz/fix/rofl-compose-storage-volume-check branch July 16, 2025 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants