Merge pull request #6853 from xwxfox/patch-1

Add proxyscotch service compose file
This commit is contained in:
Andras Bacsai 2025-10-17 10:58:16 +02:00 committed by GitHub
commit d1a0a9a5d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,15 @@
# documentation: https://github.com/hoppscotch/proxyscotch
# slogan: A simple proxy server created for https://hoppscotch.io - CORS proxy
# tags: proxy,hoppscotch,cors
# logo: svgs/hoppscotch.png
# port: 9159
services:
proxyscotch:
image: hoppscotch/proxyscotch:v0.1.4
environment:
- SERVICE_URL_PROXYSCOTCH_9159
- PROXYSCOTCH_TOKEN=${SERVICE_PASSWORD_TOKEN}
- PROXYSCOTCH_ALLOWED_ORIGINS=${ALLOWED_ORIGINS:-*}
- PROXYSCOTCH_BANNED_OUTPUTS=${BANNED_OUTPUTS}
- PROXYSCOTCH_BANNED_DESTS=${BANNED_DESTS}