- working central server auth - added ci/cd
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
image: rabbitmq:3-management
|
||||
container_name: rabbitmq
|
||||
restart: unless-stopped
|
||||
env_file: "rabbitmq.env"
|
||||
env_file: .env
|
||||
depends_on:
|
||||
- rabbit-auth-server
|
||||
volumes:
|
||||
@@ -15,8 +15,9 @@ services:
|
||||
- 5672:5672/tcp
|
||||
|
||||
rabbit-auth-server:
|
||||
build: ./auth_backend
|
||||
image: git.deowl.ru/vkrb/rabbitmq-auth-backend:0.1.0
|
||||
container_name: rabbit-auth-server
|
||||
env_file: .env
|
||||
|
||||
volumes:
|
||||
lib:
|
||||
|
||||
Reference in New Issue
Block a user