v6d3music/docker-compose.yml
2022-11-13 04:33:05 +00:00

15 lines
236 B
YAML

services:
music-bot-trial:
build: .
volumes:
- "/v6data"
env_file:
- .trial_token.env
deploy:
resources:
limits:
cpus: '2'
memory: 2G
tty: true
stop_signal: SIGINT