alertmanager-gotify-bridge: initial commit with bridge and CI
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM python:3.12-alpine
|
||||
COPY bridge.py /app/bridge.py
|
||||
WORKDIR /app
|
||||
EXPOSE 8080
|
||||
CMD ["python", "bridge.py"]
|
||||
Reference in New Issue
Block a user