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
|
- db
|
||||||
restart: always
|
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:
|
volumes:
|
||||||
neuro_postgres_db:
|
neuro_postgres_db:
|
||||||
driver: local
|
driver: local
|
||||||
|
|||||||
Submodule neuro-reply-bot-reworked updated: 8c2d706401...f63954e8ff
Reference in New Issue
Block a user