Initialize deploy/docker-compose

This commit is contained in:
Lucid Kobold
2025-02-19 10:12:52 -05:00
committed by GitHub
commit 621f177653
42 changed files with 8193 additions and 0 deletions

10
compose.override.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
bot:
ports:
- '3000:80'
volumes:
- '.:/usr/src'
env_file:
- .env.bot.dev
command: npm run dev