Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 553 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 553 Bytes

Run ads services

Ads project created for receiving telegram bot notifications about current advertisements from websites, with a slight delay after their publication.

Description of the implementation on habr.

Run Project

  1. Set .env file
  2. Use docker compose up -d to build and run docker containers with application itself

Example environment file .env:

HOST_URL=<url>
TELEGRAM_BOT_TOKEN=<token>
TELEGRAM_FEEDBACK_CHAT_ID=<chat_id>
GF_SERVER_DOMAIN=<domain>