Update docker-compose
This commit is contained in:
parent
f4fd0525fe
commit
cf2ada944e
@ -30,6 +30,17 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
nocr-rabbitmq:
|
nocr-rabbitmq:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
nocr-text-matcher-db:
|
||||||
|
condition: service_healthy
|
||||||
|
|
||||||
|
nocr-text-matcher-db:
|
||||||
|
container_name: nocr-text-matcher-db
|
||||||
|
image: mariadb:latest
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 3306:3306
|
||||||
|
environment:
|
||||||
|
MARIADB_ROOT_PASSWORD: toor
|
||||||
|
|
||||||
nocr-telegram-listener:
|
nocr-telegram-listener:
|
||||||
container_name: nocr-telegram-listener
|
container_name: nocr-telegram-listener
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user