mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 12:49:41 +03:00
Added docker to bot project
This commit is contained in:
@@ -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
|
||||
|
||||
Submodule neuro-reply-bot-reworked updated: 8c2d706401...f63954e8ff
Reference in New Issue
Block a user