Migrate deployment to Gitea Actions and Portainer

This commit is contained in:
2026-03-22 11:43:22 -08:00
parent df8f5f7430
commit e9a23fb8ad
10 changed files with 178 additions and 95 deletions
+9
View File
@@ -0,0 +1,9 @@
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}