Implement docker composer warnings
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
|||||||
db:
|
db:
|
||||||
image: bterkuile/couchdb
|
image: bterkuile/couchdb
|
||||||
volumes:
|
volumes:
|
||||||
- db/data:/usr/local/var/lib/couchdb
|
- ./db/data:/usr/local/var/lib/couchdb
|
||||||
- db/config:/usr/local/etc/couchdb
|
- ./db/config:/usr/local/etc/couchdb
|
||||||
expose:
|
expose:
|
||||||
- 5984
|
- 5984
|
||||||
net: host
|
net: host
|
||||||
@@ -10,7 +10,7 @@ counters:
|
|||||||
build: drb_counter
|
build: drb_counter
|
||||||
net: host
|
net: host
|
||||||
volumes:
|
volumes:
|
||||||
- config:/usr/src/app/config
|
- ./config:/usr/src/app/config
|
||||||
command: development
|
command: development
|
||||||
faye:
|
faye:
|
||||||
build: faye
|
build: faye
|
||||||
|
|||||||
Reference in New Issue
Block a user