mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Switch in Docker Compose test file Neo4j and maintenance
This commit is contained in:
parent
cc62d9e0a3
commit
3491f2ae15
@ -28,6 +28,13 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./coverage:/app/coverage
|
- ./coverage:/app/coverage
|
||||||
|
|
||||||
|
########################################################
|
||||||
|
# MAINTENANCE ##########################################
|
||||||
|
########################################################
|
||||||
|
maintenance:
|
||||||
|
# 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
|
||||||
|
image: ocelotsocialnetwork/maintenance:test
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# NEO4J ################################################
|
# NEO4J ################################################
|
||||||
########################################################
|
########################################################
|
||||||
@ -46,13 +53,6 @@ services:
|
|||||||
# So we can access the neo4j query browser from our host machine
|
# So we can access the neo4j query browser from our host machine
|
||||||
- external-net
|
- external-net
|
||||||
|
|
||||||
########################################################
|
|
||||||
# MAINTENANCE ##########################################
|
|
||||||
########################################################
|
|
||||||
maintenance:
|
|
||||||
# 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
|
|
||||||
image: ocelotsocialnetwork/maintenance:test
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# MAILSERVER TO FAKE SMTP ##############################
|
# MAILSERVER TO FAKE SMTP ##############################
|
||||||
########################################################
|
########################################################
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user