mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 20:49:42 +03:00
feat: auth
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user