Изменение deploy.yml
Some checks failed
Local Deploy with Docker / build-and-deploy (push) Failing after 39s

This commit is contained in:
Dmitrii Prokudin 2024-12-25 21:45:37 +03:00
parent 424dd5fb8f
commit be3d58ad88

View File

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