Example to run
docker run -d \
-p 8080:80 \
-e APP_PORT=80 \
-e DB_PORT=5432 \
-e DB_USER=bit_admin \
-e DB_NAME=bot_pipeline_notifier_db \
-e DB_HOST=your-db-host \
-e DB_SCHEMA=public \
-e DB_PASSWORD=your-db-password \
-e TG_API_TOKEN=your-telegram-token \
-e TG_ADMIN_ID=your-admin-id \
-e TG_ADMIN_USERNAME=your-admin-username \
-e ENABLE_LOGS=true \
-e NOTIFIER_STAND=PROD \
$DOCKERHUB_USERNAME/notifier-server:latest
Content type
Image
Digest
sha256:61cd473a2…
Size
234.5 MB
Last updated
over 1 year ago
docker pull ustinovtikhon/notifier-server