services: discord-bot: build: . container_name: discord-bot restart: unless-stopped environment: - DISCORD_TOKEN=${DISCORD_TOKEN} - MORNING_TIME=${MORNING_TIME:-07:00} - PYTHONUNBUFFERED=1