mirror of
https://github.com/nx-bat/discordbot-ng.git
synced 2026-09-22 02:19:09 -04:00
Initial commit.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
discordbotrewrite:
|
||||
restart: always
|
||||
build: .
|
||||
network_mode: host
|
||||
env_file: '.env'
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
Reference in New Issue
Block a user