Migrate deployment to Gitea Actions and Portainer
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user