20 lines
463 B
YAML
20 lines
463 B
YAML
version: "3"
|
|
services:
|
|
ballbot-discord-bot:
|
|
image: scm.wyattjmiller.com/wymiller/ballbot:latest
|
|
environment:
|
|
VIRTUAL_HOST: ballbot.discord.wyattjmiller.com
|
|
VIRTUAL_PORT: 80
|
|
LETSENCRYPT_HOST: ballbot.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
|