Skip to content

Instantly share code, notes, and snippets.

@lalyos
Last active September 15, 2023 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lalyos/26aca42c287f8d073003cdbd803e0069 to your computer and use it in GitHub Desktop.
Save lalyos/26aca42c287f8d073003cdbd803e0069 to your computer and use it in GitHub Desktop.
services:
coffee:
image: lalyos/12factor
ports:
- 80
environment:
- TITLE=Coffebreak LEVEL 2.
- COLOR=gray
backend:
image: lalyos/12factor
ports:
- 80
environment:
- TITLE=${TITLE:-Backend [DEV]}
- COLOR=${COLOR:-gray}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment