Skip to content

Commit

Permalink
Add rabbitmq volume
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed Feb 13, 2019
1 parent 80c3bff commit 372e8ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/spcgeonode/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ services:

# Vanilla RabbitMQ service. This is needed by celery
rabbitmq:
image: rabbitmq:3.7-alpine
image: rabbitmq:3.7-alpine
volumes:
- rabbitmq:/var/lib/rabbitmq
restart: on-failure

volumes:
Expand All @@ -166,4 +168,4 @@ volumes:
geodatadir:
certificates:
pgdumps:

rabbitmq:

0 comments on commit 372e8ea

Please sign in to comment.