17 lines
227 B
YAML
17 lines
227 B
YAML
services:
|
|
bot:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
# volumes:
|
|
# - bot_data:/home
|
|
|
|
|
|
volumes:
|
|
bot_data:
|
|
driver: local
|
|
driver_opts:
|
|
type: none
|
|
device: ./data
|
|
o: bind
|