version: '3.8' services: bot: build: dockerfile: Dockerfile context: . env: TWITCH_TOKEN: 'SET_THIS_TOKEN' volumes: - './config:/home/bot/config'