mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
- docker-compose definition order
This commit is contained in:
parent
2518e38582
commit
7cc003602f
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user