Garde-Havoc/bot/compose.yml
2024-07-24 14:46:46 +02:00

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