Give hc-network a name

I was wrong. It's not the container name but I forgot simply to give the
network the very same name as specified in the docker-compose.yml of the
frontend
This commit is contained in:
Robert Schäfer 2018-12-08 13:33:38 +01:00
parent b4c92ec29a
commit ad66dd1b85
2 changed files with 1 additions and 5 deletions

View File

@ -9,7 +9,3 @@ services:
ports:
- 7687:7687
- 7474:7474
networks:
hc-network:
name: hc-network

View File

@ -2,7 +2,6 @@ version: "3.7"
services:
backend:
container_name: backend
image: humanconnection/nitro-backend:latest
build: .
networks:
@ -33,6 +32,7 @@ services:
networks:
hc-network:
name: hc-network
volumes:
neo4j-data: