version: '3.8' networks: proxnet: external: true services: proxy: image: 'v0idf1sh/hookshot' container_name: hookshot restart: unless-stopped networks: - proxnet environment: TOPGG_WH_ID: "id" TOPGG_WH_TOKEN: "token" UPTIMEKUMA_WH_ID: "id" UPTIMEKUMA_WH_TOKEN: "token" TESTING_WH_ID: "id" TESTING_WH_TOKEN: "token" volumes: - ./logs:/logs # Log files