ngrok:
image: wernight/ngrok:latest
ports:
- 4040:4040
environment:
NGROK_AUTH: <YOUR NGROK TOKEN>
NGROK_REGION: jp
NGROK_PROTOCOL: http
NGROK_PORT: https://jsonplaceholder.typicode.com
networks:
- default