version: "3.8" services: bot-admin-api: image: bot-admin-api container_name: bot-admin-api restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock ports: - 3005:3005 networks: - tx-net networks: tx-net: driver: bridge