mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-18 02:41:33 +00:00
docker-compose.test target change
This commit is contained in:
parent
80a9e4d0b5
commit
913ca8dfc9
@ -35,6 +35,9 @@ services:
|
||||
|
||||
neo4j:
|
||||
# name the image so that it cannot be found in a DockerHub repository, otherwise it will not be built locally from the 'dockerfile' but pulled from there
|
||||
build:
|
||||
context: ./neo4j
|
||||
target: community
|
||||
image: ghcr.io/ocelot-social-community/ocelot-social/neo4j-community:test
|
||||
#environment:
|
||||
# - NEO4J_dbms_connector_bolt_enabled=true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user