version: "3.7" services: app_proxy: environment: APP_HOST: robosats_web_1 APP_PORT: 12596 web: image: recksato/robosats-client:v0.6.0-alpha@sha256:ae5b806bef9bb6dc23899b0d1e667fcc4321f7f85c1623954a3861186000eee0 restart: on-failure stop_grace_period: 1m init: true environment: TOR_PROXY_IP: ${TOR_PROXY_IP} TOR_PROXY_PORT: ${TOR_PROXY_PORT}