mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-19 22:58:05 +00:00
16 lines
256 B
YAML
16 lines
256 B
YAML
---
|
|
version: '3.5'
|
|
services:
|
|
neo4j:
|
|
image: neo4j:3.5.7
|
|
hostname: neo4j
|
|
container_name: neo4j
|
|
environment:
|
|
NEO4J_AUTH: 'neo4j/datahub'
|
|
ports:
|
|
- "7474:7474"
|
|
- "7687:7687"
|
|
|
|
networks:
|
|
default:
|
|
name: datahub_network |