12 lines
203 B
YAML
12 lines
203 B
YAML
|
services:
|
||
|
bot:
|
||
|
build: .
|
||
|
volumes:
|
||
|
- ./code:/code
|
||
|
- ./account_data:/account_data
|
||
|
networks:
|
||
|
- qwaccountserver_default
|
||
|
|
||
|
networks:
|
||
|
qwaccountserver_default:
|
||
|
external: true
|