version: "3.7" services: bot: build: . image: metya/vanity_bot container_name: vanity_bot environment: - API_TOKEN - GITHUB_TOKEN restart: always