Created
April 29, 2022 07:11
-
-
Save chrimaho/4a83f74de423903e8daf75def6ed4263 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
version: "3.8" | |
name: <update> | |
services: | |
listener: | |
image: chrimaho/update-from-git | |
container_name: listener | |
environment: | |
- GIT_URL=<update> | |
- API_ENDPOINT=<optional update> | |
- REPO_DIR=<update> | |
- VERSION=<optional update> | |
- TITLE=<optional update> | |
- DESCRIPTION=<optional update> | |
- CONTACT_NAME=<optional update> | |
- CONTACT_URL=<optional update> | |
- CONTACT_EMAIL=<optional update> | |
volumes: | |
- ../repo:/app/repo | |
ports: | |
- 8880:8880 | |
- 443:8880 | |
- 80:8880 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment