Skip to content

Commit

Permalink
added extra comment on top of docker-compose example
Browse files Browse the repository at this point in the history
  • Loading branch information
tunstek committed Nov 8, 2019
1 parent e69f5de commit c74624d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
version: "3.7"

# docker build ./ -t pyspider:latest
# replace /path/to/dir/ to point to config_example.json

# The RabbitMQ and CouchDB services can take some time to startup.
# During this time most of the pyspider services will exit and restart.
# Once RabbitMQ and CouchDB are fully up and running everything should run as normal.

services:
rabbitmq:
image: rabbitmq:alpine
Expand Down

0 comments on commit c74624d

Please sign in to comment.