CaitSith/docker-compose.yml
Wyatt J. Miller 6729de6d93
Some checks failed
build / docker (push) Failing after 13m24s
deploy update
2025-04-19 21:07:25 -04:00

20 lines
467 B
YAML

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