Some checks failed
Build and Push Container / docker (push) Failing after 19m3s
9 lines
255 B
YAML
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}
|