mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-22 15:46:30 +00:00
Update docker-composer with RabbitMQ configuration
This commit is contained in:
parent
40d2a29443
commit
87c9995b6c
1 changed files with 4 additions and 0 deletions
|
@ -46,3 +46,7 @@ services:
|
|||
# - ./docker/data/mariadb:/var/lib/mysql
|
||||
# env_file:
|
||||
# - ./docker/mariadb/env
|
||||
rabbitmq:
|
||||
image: rabbitmq:3-management
|
||||
ports:
|
||||
- "15672:15672"
|
||||
|
|
Loading…
Reference in a new issue