Fix: Oops this was not suposued to be here,

This was not suposed to be here this is a bad docker compose file

Signed-off-by: Alek Nikovich <purplebored@noreply.foundry.fsky.io>
This commit is contained in:
Alek Nikovich
2025-09-21 20:40:34 +02:00
parent c14f258aad
commit 1a7f3a413d

View File

@@ -1,12 +0,0 @@
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