Initial commit: welcome-bot, abuse-bot, dormant-sweep, IP signup scrutiny
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# version pinned for docker-compose v1.29.2 on admin.yttrx.com
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
welcomebot:
|
||||
build: .
|
||||
container_name: yttrx-welcomebot
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
# Bind to localhost only; nginx terminates TLS and proxies to us.
|
||||
ports:
|
||||
- "127.0.0.1:8087:8000"
|
||||
volumes:
|
||||
- welcomebot-data:/data
|
||||
|
||||
volumes:
|
||||
welcomebot-data:
|
||||
Reference in New Issue
Block a user