Switch in Docker Compose test file Neo4j and maintenance

This commit is contained in:
Wolfgang Huß 2022-07-18 19:10:17 +02:00
parent cc62d9e0a3
commit 3491f2ae15

View File

@ -28,6 +28,13 @@ services:
volumes:
- ./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 ################################################
########################################################
@ -46,13 +53,6 @@ services:
# So we can access the neo4j query browser from our host machine
- 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 ##############################
########################################################