Skip to content

VIVERA83/ii_data_loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ii_data_loader

The service for uploading data from an excel file to the database of the "engineer instructor" application

Монтировать образ

docker build -t data_loader .

Запуск приложения, Пример замените значения token и client_id

docker run --name data_loader -p 8006:8006 -e YA_TOKEN="token" -e YA_CLIENT_ID="client_id" data_loader
  docker build  -t data_loader .
  docker push vivera83/ii_data_loader:2
  docker build -t vivera83/ii_data_loader:2 .

https://yandex.ru/dev/disk/doc/ru/concepts/quickstart#quickstart__oauth

About

The service for uploading data from an excel file to the database of the "engineer instructor" application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors