Skip to content

Commit f30dbc4

Browse files
Change docker-compose - set image name (remove depends)
1 parent 5843807 commit f30dbc4

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

docker-compose.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
version: '3.4'
22

33
services:
4-
mongo:
5-
container_name: mongo
6-
image: mongo
7-
volumes:
8-
- ${WEBAPP_STORAGE_HOME}/site:/data/db
9-
ports:
10-
- "27017:27017"
114
grand.web:
12-
image: ${DOCKER_REGISTRY-}grandweb
13-
depends_on:
14-
- mongo
5+
image: ${DOCKER_REGISTRY-}grandnode/grandnode2:1.0.x
156
build:
167
context: .
178
dockerfile: Dockerfile
18-
links:
19-
- mongo

0 commit comments

Comments
 (0)