CaitSith/docker-compose.yml
Wyatt J. Miller 844c1bc723
Some checks failed
build / docker (push) Has been cancelled
update docker compose
2025-04-19 22:23:42 -05:00

20 lines
377 B
YAML

version: "3"
services:
caitsith-discord-bot:
image: scm.wyattjmiller.com/wymiller/caitsith:latest
environment:
VIRTUAL_HOST:
VIRTUAL_PORT: 80
LETSENCRYPT_HOST:
LETSENCRYPT_EMAIL:
## Fill these in when you deploy
# GUILD_ID:
# DISCORD_TOKEN:
expose:
- 80
networks:
default:
external:
name: nginx-proxy