feat: auth

This commit is contained in:
2024-07-02 15:31:59 +03:00
parent 3c7b919b28
commit a865789efa
21 changed files with 342 additions and 201 deletions

View File

@@ -49,20 +49,19 @@ services:
depends_on:
- db
restart: always
bot:
container_name: neuro_bot
build: ./neuro-reply-bot-reworked
environment:
- API_URL=http://backend:3000
- TZ=Europe/Moscow
- REDIS_HOST=redis
networks:
- labnet
depends_on:
- backend
- redis
restart: always
# bot:
# container_name: neuro_bot
# build: ./neuro-reply-bot-reworked
# environment:
# - API_URL=http://backend:3000
# - TZ=Europe/Moscow
# - REDIS_HOST=redis
# networks:
# - labnet
# depends_on:
# - backend
# - redis
# restart: always
volumes:
neuro_postgres_db: