animetix-brain / deploy /docker-compose.test.yml
MissawB's picture
Upload folder using huggingface_hub
b1e14ec verified
Raw
History Blame Contribute Delete
217 Bytes
services:
neo4j:
image: neo4j:5-community
ports:
- "7474:7474"
- "7687:7687"
environment:
- NEO4J_AUTH=neo4j/password
redis:
image: redis:7-alpine
ports:
- "6380:6379"