Added docker to bot project

This commit is contained in:
2023-11-29 19:03:28 +03:00
parent a76757dba2
commit 859a351294
2 changed files with 12 additions and 1 deletions

View File

@@ -35,6 +35,17 @@ services:
- db
restart: always
bot:
container_name: neuro_bot
build: ./neuro-reply-bot-reworked
environment:
- API_URL=http://backend:3000
networks:
- labnet
depends_on:
- backend
restart: always
volumes:
neuro_postgres_db:
driver: local