auth-service done, it's work

This commit is contained in:
roma-dxunvrs
2026-04-11 16:24:39 +03:00
parent f93dca67f6
commit 2f4846e20d
10 changed files with 127 additions and 6 deletions
+16 -2
View File
@@ -66,7 +66,7 @@ services:
- REDIS_HOST=redis
- REDIS_PORT=6379
server:
product-service:
build:
context: .
dockerfile: product-service/Dockerfile
@@ -87,7 +87,21 @@ services:
- GATEWAY_SERVER_PORT=1488
stdin_open: true
tty: true
auth-service:
build: auth-service/.
restart: on-failure
ports:
- ":5252"
environment:
- DB_USER=roma
- DB_PASS=admin
- DB_HOST=db
- DB_PORT=5432
- DB_NAME=study
stdin_open: true
tty: true
volumes:
pgdata:
redis-data:
redis-data: