coolify/templates/compose/proxyscotch.yaml
xwxfox c3ea1f234d + Pinned version
+ Removed comments (moved to coolify-docs)
2025-10-13 19:24:05 +02:00

15 lines
542 B
YAML

# 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}