Created
September 27, 2023 08:02
-
-
Save lalyos/258611304964b283da803bb45297fe22 to your computer and use it in GitHub Desktop.
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: | |
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