Linus Sehn 3001e803dd
All checks were successful
continuous-integration/drone/push Build is passing
add registration.yml
2023-11-04 20:24:47 +01:00
2023-11-04 19:52:03 +01:00
2023-11-04 19:52:03 +01:00
2022-01-14 14:51:41 +01:00
2023-11-04 20:24:47 +01:00
2023-11-04 20:09:02 +01:00
2023-11-04 19:52:03 +01:00
2023-11-04 19:52:03 +01:00
2023-06-08 14:59:30 +02:00

Matrix Hookshot Container

in docs.fsfe.org Build Status REUSE status

This repo contains a Container setup to run Matrix Hookshot.

Important files

  • .drone.yml is picked up by our Drone CI, and executes the listed steps:
    • Check REUSE compliance
    • Run docker-compose to deploy the Docker container as defined, and only in defined events
    • On a defined docker host
    • For a rootless Docker environment
  • docker-compose.yml defines which containers are going to be started, and how they are described.
    • In this example very simple: building a Docker image based on the Dockerfile
    • It also exposes ports to the host and sets labels that allow our reverse proxy to channel incoming requests to the container
  • Dockerfile defines the layers of the Docker image minimaldocker that will be deployed.
    • Based on a well-maintained Python image
    • Running a very simple webserver that echoes HTTP requests
Description
No description provided
Readme 81 KiB
Languages
Text 100%