Files
spam-ban/docker-compose.yaml
2024-11-27 10:41:02 -06:00

17 lines
314 B
YAML
Executable File

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: