Фикс деплоя
All checks were successful
Local Deploy with Docker / build-and-deploy (push) Successful in 41s

This commit is contained in:
Dmitrii Prokudin 2024-12-25 21:48:57 +03:00
parent be3d58ad88
commit 76ca147450

View File

@ -30,7 +30,7 @@ jobs:
run: |
docker run -d --name telegram-bot \
--restart=always \
--add-host=host.docker.internal:172.17.0.1
--add-host=host.docker.internal:172.17.0.1 \
-e DATABASE_HOST=localhost \
-e DATABASE_NAME=telegram_bot \
-e DATABASE_USER=postgres \