mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 06:46:33 +00:00
fix on recreating resource
add azaion-commands queue add logs for docker run update gitignore
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ rabbitmqctl set_permissions azaion_receiver "" "" ".*"
|
||||
# 2.2 declare queues with x-queue-type stream:
|
||||
rabbitmqadmin declare queue name=azaion-annotations arguments='{"x-queue-type": "stream", "max-segment-size-bytes": 5368709118}'
|
||||
rabbitmqadmin declare queue name=azaion-annotations-confirm arguments='{"x-queue-type": "stream", "max-segment-size-bytes": 5368709118}'
|
||||
|
||||
rabbitmqadmin declare queue name=azaion-commands
|
||||
# 2.3 configure rabbitmq
|
||||
# edit /etc/rabbitmq/rabbitmq.conf
|
||||
# put here:
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
--env-file .env \
|
||||
-p 4000:8080 \
|
||||
-v /root/content:/app/Content \
|
||||
-v /root/logs:/app/logs
|
||||
--name azaion.api docker.azaion.com/api
|
||||
Reference in New Issue
Block a user