Files
caitsith/docker-compose.yml
T
wymiller a4da7263c5
build / docker (push) Failing after 4m48s
mod: remove guild identifier limitation
2026-08-11 14:28:54 -04:00

24 lines
430 B
YAML

version: "3"
services:
caitsith-discord-bot:
image:
environment:
VIRTUAL_HOST:
VIRTUAL_PORT: 80
LETSENCRYPT_HOST:
LETSENCRYPT_EMAIL:
## Fill these in when you deploy
# DISCORD_TOKEN:
#
# OR FILL THESE IN INSTEAD
# MATRIX_HOMESERVER:
# MATRIX_USERNAME:
# MATRIX_PASSWORD:
expose:
- 80
networks:
default:
external:
name: nginx-proxy