aurora / docker-compose.yml
qwen2api's picture
Upload 113 files
6bc074c verified
Raw
History Blame Contribute Delete
315 Bytes
version: '3'
services:
app:
image: ghcr.io/aurora-develop/aurora:latest
container_name: aurora
restart: unless-stopped
ports:
- '8080:8080'
volumes:
- ./access_tokens.txt:/access_tokens.txt:ro
# - ./free_tokens.txt:/free_tokens.txt:ro
# - ./proxies.txt:/proxies.txt:ro