Created
December 12, 2019 19:39
-
-
Save x-ji/fe6730c914511e33ba2e601b723cf9a3 to your computer and use it in GitHub Desktop.
Markdium-Elixir process orchestration in Kubernetes with libcluster and swarm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
your_app: &app | |
build: | |
context: ./app | |
ports: | |
- 4000:4000 | |
# ... | |
your_app_2: | |
<<: *app | |
ports: | |
- 4001:4000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment