Skip to content

Instantly share code, notes, and snippets.

@lalyos
Created September 27, 2023 08:02
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/258611304964b283da803bb45297fe22 to your computer and use it in GitHub Desktop.
Save lalyos/258611304964b283da803bb45297fe22 to your computer and use it in GitHub Desktop.
services:
backend:
image: web:v7
build:
context: https://github.com/lalyos/docker-lufi-2023-09-26.git
tags:
- lalyos/web
- ttl.sh/web
environment:
- TITLE=Dinner [dev]
- COLOR=yellow
ports:
- 80
frontend:
image: web:v7
environment:
- TITLE=FRONT [dev]
- COLOR=yellow
- BODY=<iframe src="https://giphy.com/embed/5t235Nf4wo3rhLSMVy" width="480" height="333" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/garfield-cat-food-5t235Nf4wo3rhLSMVy">via GIPHY</a></p>
ports:
- 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment