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