Migrate deployment to Gitea Actions and Portainer

This commit is contained in:
2026-03-22 11:43:22 -08:00
parent 1bb20a3c16
commit 3e3d7de9f1
24 changed files with 259 additions and 136 deletions
+8
View File
@@ -0,0 +1,8 @@
services:
geeksbot:
image: ${IMAGE:-gitea.wayfinderak.com/wayfinderak/geeksbot:${IMAGE_TAG:-latest}}
container_name: geeksbot
restart: unless-stopped
environment:
DATABASE_URL: ${DATABASE_URL}
DISCORD_TOKEN: ${DISCORD_TOKEN}