services: server: build: context: . target: final ports: - 2020:2020 restart: unless-stopped environment: - DISCORD_BOT_TOKEN=${DISCORD_BOT_TOKEN} - DISCORD_SERVER_ID=${DISCORD_SERVER_ID}