Update: I udpated the readme again I needed to delete a duplicate thingy and added a node badge at the top

This commit is contained in:
2025-09-21 20:37:44 +02:00
parent a7f19fbb4f
commit c14f258aad
2 changed files with 13 additions and 5 deletions

12
docker-compose.yaml Normal file
View File

@@ -0,0 +1,12 @@
version: "3.8"
services:
discord-irc-bridge:
build: .
container_name: discord-irc-bridge
restart: unless-stopped
volumes:
- ./config.json:/app/config.json:ro
environment:
- NODE_ENV=production
tty: true