Skip to content

lonestarvirtual/skyOS-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skyOS Webhook Listener

This container hosts a webhook listener that triggers a script to redeploy the skyOS Docker environment on GitHub package releases.

This a customized build based on the work of docker-webook.

Configuration

  1. Replace mysecret in hooks.json with an appropriate Github webhook secret.

  2. Configure the appropriate credentials for the Github Docker registry in docker-compose.yml:

    DOCKER_USERNAME: <registry user>
    DOCKER_PASSWORD: <registry password/token>
    
  3. Ensure the proper path to the app is mounted in docker-compose.yml:

    - /path/to/app:/app
    

Build

  1. docker-compose build
  2. docker-compose up -d

Usage

Start the docker container and ensure requests are routed appropriately.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published