Skip to content

Instantly share code, notes, and snippets.

@x-ji
Created December 12, 2019 19:39
Show Gist options
  • Save x-ji/fe6730c914511e33ba2e601b723cf9a3 to your computer and use it in GitHub Desktop.
Save x-ji/fe6730c914511e33ba2e601b723cf9a3 to your computer and use it in GitHub Desktop.
Markdium-Elixir process orchestration in Kubernetes with libcluster and swarm
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