coolify/templates/compose/proxyscotch.yaml

16 lines
542 B
YAML
Raw Normal View History

2025-10-12 12:30:05 +00:00
# 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
2025-10-12 12:30:05 +00:00
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}