Files
no-twitter-bot/compose.override.yml
Lucid Kobold fa1e07e4af First build
2025-02-19 11:11:47 -05:00

10 lines
140 B
YAML

services:
bot:
ports:
- "3000:80"
volumes:
- ".:/usr/src"
env_file:
- .env.bot.dev
command: npm run dev