- docker-compose definition order

This commit is contained in:
Ulf Gebhardt 2021-01-19 17:16:11 +01:00
parent 2518e38582
commit 7cc003602f
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -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: