Skip to content

Conversation

@osnard
Copy link
Member

@osnard osnard commented Sep 12, 2025

No description provided.


wire:
container_name: ${COMPOSE_PROJECT_NAME:-bluespice}-wire
image: ${BLUESPICE_SERVICE_REPOSITORY}/wire:${VERSION}
Copy link
Contributor

Choose a reason for hiding this comment

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

Would be necessary to first publish docker-bluespice-wire and webservice-wire, as stateless services will be loaded in all cases

Copy link
Member Author

Choose a reason for hiding this comment

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

True. We will probably do soon.


chat:
environment:
CHAT_AI_CHAT_SERVICE_URL: http://${COMPOSE_PROJECT_NAME:-bluespice}-ai:8000
Copy link
Contributor

Choose a reason for hiding this comment

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

for urls in the new chat and ai ymls, would addresses like http://ai:8000 (as we previously used) be sufficient already?

Copy link
Contributor

@huaj1ng huaj1ng Nov 12, 2025

Choose a reason for hiding this comment

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

I noticed that this manipulation might encounter problems, as the compose project name might not be exactly the network name:
when I set name: dev-5.2.x in the main yml, the network I get will become:

✔ Network dev-52x_default                 Created                                                                                     0.1s 
 ✔ Container dev-52x-cache                 Started   ...

where the dots are actually stripped away. It would be more robust if we remove the in-URL project names and use the default network routing.

AI__IONOS__BASE_URL: ${IONOS_BASE_URL:-https://openai.inference.de-txl.ionos.com}

volumes:
- ${DATADIR}/bluespice/cache/rag:/watch
Copy link
Member

Choose a reason for hiding this comment

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

The wiki writes to ${DATADIR}/bluespice/rag so no data is shared betwen wiki and ai

environment:
NEO4J_AUTH: ${AI_DB_USER:-}/${AI_DB_PASS:-}
volumes:
- ${DATA_DIR}/ai-data:/data
Copy link
Member

Choose a reason for hiding this comment

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

Is ${DATA_DIR} intentional here? Should this be ${DATADIR} instead?

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.

5 participants