name: vk-turn-proxy services: vkt_turn: # image: ghcr.io/moroka8/vk-turn-proxy:v1.9.3 image: ghcr.io/samosvalishe/vk-turn-proxy:0.11.0 container_name: vkt_turn restart: unless-stopped ports: - "56000:56000/udp" environment: - CONNECT_ADDR=11.200.0.1:35100 - WRAP_MODE=true - WRAP_KEY=a7b3f9e2c8d1a4f6b5e7c9d2f1a3b5c7d8e9f0a1b2c3d4e5f6a7b8c9d0e1f2a4 networks: - overlay_net networks: overlay_net: external: true