Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 1ee9234

Browse files
committed
Have config in docker persisted but not synced
1 parent 8e50c18 commit 1ee9234

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker-compose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ services:
88
- "9229:9229" # node inspect
99
links:
1010
- mongo
11+
- maildev
1112
environment:
1213
- NODE_ENV=development
1314
command: yarn run dev
15+
volumes:
16+
- .:/API
17+
- docker_config:/API/config
1418
mongo:
1519
image: mongo
1620
command: "--smallfiles --logpath=/dev/null"
@@ -19,3 +23,5 @@ services:
1923
ports:
2024
- "1080:80"
2125
- "1025:25"
26+
volumes:
27+
docker_config:

0 commit comments

Comments
 (0)