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:
12
docker-compose.yaml
Normal file
12
docker-compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user