Skip to content

Docker compose setup - #8

Merged
rimi-itk merged 2 commits into
developfrom
feature/docker-compose-scorpio
Sep 11, 2026
Merged

rimi-itk merged 2 commits into
developfrom
feature/docker-compose-scorpio

Conversation

@rimi-itk

@rimi-itk rimi-itk commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Updates docker compose setup with local scorpio. Support both “ITK-dev docker setup” and DDEV in tasks.

Contains bits and pieces from #4.

@rimi-itk
rimi-itk force-pushed the feature/docker-compose-scorpio branch from 0125a28 to 85ba391 Compare September 9, 2026 10:51
@rimi-itk
rimi-itk force-pushed the feature/docker-compose-scorpio branch from 85ba391 to 56ef3f0 Compare September 9, 2026 10:53
@rimi-itk
rimi-itk changed the base branch from main to develop September 9, 2026 10:53
@rimi-itk
rimi-itk marked this pull request as ready for review September 9, 2026 10:55
Comment thread Taskfile.yml
Comment on lines +20 to +32
- if: '[ "$TASK_USE_DDEV" != "true" ]'
task: compose
vars:
TASK_ARGS: pull
- if: '[ "$TASK_USE_DDEV" = "true" ]'
cmd: ddev restart
- task: composer:install
# - task: console
# vars:
# TASK_ARGS: doctrine:migrations:migrate --no-interaction
- task: console
vars:
TASK_ARGS: cache:clear

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What in the flying fancy

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a convention (I've come up with) to pass arguments to tasks (looks for {{ .TASK_ARGS }}).

@rimi-itk
rimi-itk merged commit 7cd4410 into develop Sep 11, 2026
10 checks passed
@rimi-itk
rimi-itk deleted the feature/docker-compose-scorpio branch September 11, 2026 11:37
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