HF-Grok / docker-compose.yml
AntDX316
updated
edc07fa
raw
history blame contribute delete
328 Bytes
version: '3'
services:
grok2-interface:
build:
context: .
dockerfile: Dockerfile
args:
- REBUILD=1
ports:
- "7860:7860"
restart: unless-stopped
container_name: grok2-interface
environment:
- NODE_ENV=production
- PYTHONUNBUFFERED=1
volumes:
- ./:/app