Spaces:
Running
Running
| services: | |
| neo4j: | |
| image: neo4j:5-community | |
| ports: | |
| - "7474:7474" | |
| - "7687:7687" | |
| environment: | |
| - NEO4J_AUTH=neo4j/password | |
| redis: | |
| image: redis:7-alpine | |
| ports: | |
| - "6380:6379" | |
| services: | |
| neo4j: | |
| image: neo4j:5-community | |
| ports: | |
| - "7474:7474" | |
| - "7687:7687" | |
| environment: | |
| - NEO4J_AUTH=neo4j/password | |
| redis: | |
| image: redis:7-alpine | |
| ports: | |
| - "6380:6379" | |