2025-04-19 21:07:25 -04:00
|
|
|
version: "3"
|
|
|
|
services:
|
|
|
|
caitsith-discord-bot:
|
|
|
|
image: scm.wyattjmiller.com/wymiller/caitsith:latest
|
|
|
|
environment:
|
2025-04-19 22:23:42 -05:00
|
|
|
VIRTUAL_HOST:
|
2025-04-19 21:07:25 -04:00
|
|
|
VIRTUAL_PORT: 80
|
2025-04-19 22:23:42 -05:00
|
|
|
LETSENCRYPT_HOST:
|
|
|
|
LETSENCRYPT_EMAIL:
|
2025-04-19 21:07:25 -04:00
|
|
|
## Fill these in when you deploy
|
|
|
|
# GUILD_ID:
|
|
|
|
# DISCORD_TOKEN:
|
|
|
|
expose:
|
|
|
|
- 80
|
|
|
|
|
|
|
|
networks:
|
|
|
|
default:
|
|
|
|
external:
|
|
|
|
name: nginx-proxy
|