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