v0.1.0
All checks were successful
Build and Deploy Docker Image / build-and-push (push) Successful in 1m7s

- working central server auth
- added ci/cd
This commit is contained in:
2026-05-26 11:55:22 +03:00
parent da0892e7fe
commit cfad265a33
8 changed files with 334 additions and 41 deletions

View File

@@ -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: