prepbot/docker-compose.yml
WayfinderAK 3b0bf0866a
All checks were successful
Build and Push Container / docker (push) Successful in 24m19s
Migrate deployment to Gitea Actions and Portainer
2026-03-22 11:43:22 -08:00

10 lines
288 B
YAML

services:
prepbot:
image: ${IMAGE:-gitea.wayfinderak.com/wayfinderak/prepbot:${IMAGE_TAG:-latest}}
container_name: prepbot
restart: unless-stopped
environment:
DISCORD_TOKEN: ${DISCORD_TOKEN}
LINK_CHANNEL: ${LINK_CHANNEL}
CHAT_CHANNEL: ${CHAT_CHANNEL}