mirror of
https://github.com/nx-bat/discordbot-ng.git
synced 2026-09-22 10:29:10 -04:00
11 lines
187 B
YAML
11 lines
187 B
YAML
services:
|
|
discordbotrewrite:
|
|
restart: always
|
|
build: .
|
|
network_mode: host
|
|
env_file: '.env'
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- ./data:/app/data
|