Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chrimaho/4a83f74de423903e8daf75def6ed4263 to your computer and use it in GitHub Desktop.
Save chrimaho/4a83f74de423903e8daf75def6ed4263 to your computer and use it in GitHub Desktop.
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