Add webhook endpoints and update Docker configuration

This commit is contained in:
sHa
2024-03-12 22:03:09 +00:00
parent a45d83a71c
commit 30f8e8b81a
3 changed files with 75 additions and 12 deletions

View File

@@ -10,6 +10,7 @@ services:
context: .
dockerfile: Dockerfile
volumes:
- ./app.py:/app/app.py
- ./storage:/app/storage
networks:
- "apps-proxy"
@@ -20,5 +21,5 @@ services:
traefik.http.routers.catcher.rule: Host(`catcher.rs.shadoll.dev`)
traefik.http.routers.catcher.tls: true
traefik.http.routers.catcher.tls.certresolver: letsencrypt
traefik.http.services.catcher.loadbalancer.server.port: 5000
traefik.http.services.catcher.loadbalancer.server.port: 8000