Files
spam-ban/docker-compose.yaml
2024-07-13 15:33:51 +10:00

18 lines
329 B
YAML

version: "3.9"
services:
bot:
# user: "1000:1000" # Didn't work
build: .
env_file:
- .env
restart: always
# environment:
# - TRANSFORMERS_CACHE=/cache
# - HF_HOME=/cache
# - XDG_CACHE_HOME=/cache
# volumes:
# - cache:/cache
# - ./data:/app/data
# volumes:
# cache: