services: bot: container_name: bot build: context: . dockerfile: Dockerfile volumes: - ./bot_data:/home - /var/run/docker.sock:/var/run/docker.sock networks: - rcon networks: rcon: {}