mirror of
https://github.com/shadoll/scatcher.git
synced 2025-12-20 03:26:59 +00:00
Add webhook endpoints and update Docker configuration
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user