CaitSith/docker-compose.yml

20 lines
332 B
YAML
Raw Permalink Normal View History

2025-04-19 21:07:25 -04:00
version: "3"
services:
caitsith-discord-bot:
2025-04-19 22:24:54 -05:00
image:
2025-04-19 21:07:25 -04:00
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