Geeksbot/docker-compose.yml
WayfinderAK a1ee9e35cc
Some checks failed
Build and Push Container / docker (push) Failing after 19m3s
Migrate deployment to Gitea Actions and Portainer
2026-03-22 11:43:22 -08:00

9 lines
255 B
YAML

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}