generated from akkadotnet/build-system-template
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
👋
I wanted to open the discussion about how to support running multiple instances at the same time. Namely for grouping memories for specific projects.
I've made some minor changes to the docker-compose.yml in TheAngryByrd@63334f6. Notably:
- Using COMPOSE_PROJECT_NAME for naming a group
- Using
MEMORIZER_PORTto control which port is exposed to the host - Commented out exposing other ports for now since they don't need to be exposed outside of the group.
docker-compose supports consuming env-files so can keep the names/ports consistent
COMPOSE_PROJECT_NAME=ionide-memorizer
MEMORIZER_PORT=5001
docker-compose --env-file ionide.env up
This isn't complete (missing docs obviously), but I wanted to show part of it to get some feedback on the idea. Or maybe I'm dumb and there's an easier way to do this.
Metadata
Metadata
Assignees
Labels
No labels