services: discord-reminder-bot: image: ghcr.io/thelovinator1/discord-reminder-bot:latest env_file: - .env container_name: discord-reminder-bot environment: - BOT_TOKEN=${BOT_TOKEN} - TIMEZONE=${TIMEZONE} - WEBHOOK_URL=${WEBHOOK_URL} restart: unless-stopped volumes: - data_folder:/home/botuser/data/ volumes: data_folder: