deploy update

This commit is contained in:
2025-04-19 21:07:25 -04:00
parent a98f2498a3
commit 6729de6d93
6 changed files with 153 additions and 62 deletions

19
docker-compose.yml Normal file
View File

@@ -0,0 +1,19 @@
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