-
Set the
CR_PATenvironment variable to your GitHub token:export CR_PAT=<github-token>
-
Login to the GitHub Container Registry using your GitHub username and the
CR_PATtoken:echo $CR_PAT | docker login ghcr.io -u <github-username> --password-stdin
-
Create a Docker network named
galaxy:docker network create galaxy docker network inspect galaxy
-
Start the
spectracontainer, connecting it to thegalaxynetwork and mapping port8081:docker run --name spectra --network galaxy -p 8081:8080 ghcr.io/whichlicense/platform-microservices/spectra:0.9.5
-
Start the
galileocontainer, connecting it to thegalaxynetwork and mapping port8082:docker run --name galileo --network galaxy -p 8082:8080 ghcr.io/whichlicense/platform-microservices/galileo:0.9.5
-
Start the
stellarcontainer, connecting it to thegalaxynetwork and mapping port8083:docker run --name stellar --network galaxy -p 8083:8080 ghcr.io/whichlicense/platform-microservices/stellar:0.9.5
-
Start the
meteorcontainer, connecting it to thegalaxynetwork and mapping port8084:docker run --name meteor --network galaxy -p 8084:8080 ghcr.io/whichlicense/platform-microservices/meteor:0.9.5
-
Start the
nebulacontainer, connecting it to thegalaxynetwork and mapping port8085:docker run --name nebula --network galaxy -p 8085:8080 ghcr.io/whichlicense/platform-microservices/nebula:0.9.5
-
Finally, inspect the
galaxynetwork to ensure successful setup:docker network inspect galaxy
This repository was archived by the owner on Sep 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
License
whichlicense/platform-microservices
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.