diff --git a/docker-compose.yml b/docker-compose.yml index 5670d32f1..153f2cd30 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -78,6 +78,10 @@ services: context: ./neo4j networks: - internal-net + ports: + - 7687:7687 + volumes: + - neo4j_data:/data environment: # TODO: This sounds scary for a production environment - NEO4J_AUTH=none @@ -86,10 +90,6 @@ services: # TODO: clarify if that is the only thing needed to unlock the Enterprise version # - NEO4J_ACCEPT_LICENSE_AGREEMENT=yes # TODO: Remove the playground from production - ports: - - 7687:7687 - volumes: - - neo4j_data:/data networks: external-net: internal-net: