mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-15 13:09:43 +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
|
||||
|
||||
Reference in New Issue
Block a user