DiscordChatExporter/docker-compose.yml
Your Name 07151924cf fix(review): apply autofix feedback
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-24 20:30:37 -05:00

18 lines
520 B
YAML

services:
discord-scraper:
build:
context: .
dockerfile: Dockerfile
image: discordchatexporter-cron:local
init: true
user: "${DCE_UID:-1000}:${DCE_GID:-1000}"
userns_mode: "${DCE_USERNS_MODE:-}"
working_dir: /workspace
environment:
DISCORD_TOKEN: ${DISCORD_TOKEN:?Set DISCORD_TOKEN in scrape.env or your shell environment.}
TZ: ${TZ:-UTC}
volumes:
- ./config:/config:ro,z
- /home/brunner56/Documents:/home/brunner56/Documents:z
command: ["help"]