mirror of
https://github.com/nx-bat/discordbot-ng.git
synced 2026-09-22 02:19:09 -04:00
4a455da42e
I'm not sure this is actually required.
10 lines
163 B
YAML
10 lines
163 B
YAML
services:
|
|
discordbotrewrite:
|
|
restart: always
|
|
build: .
|
|
env_file: '.env'
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- ./data:/app/data
|