Skip to content

Source code for a blog tutorial about running Django and PostgreSQL in Docker containers

Notifications You must be signed in to change notification settings

vggalkin/django-pg-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Дипломный проект. Спринт 2

Часть 1

Настройка пайплайна для сборки приложения по тэгу и отправки в DockerHub

  1. Создаем секреты содержащие логин и пароль доступа к DockerHub

github_secrets

  1. Клонируем репазиторий на рабочую машину
git clone [email protected]:vggalkin/django-pg-docker.git
cd django-pg-docker
  1. Создаем файл пайплайна

Docker Image CD

  1. Коммитим и пушим
git add .
git commit -m 'Add pipeline'
git tag -a -m 'Version 1.1.1' v1.1.1
git push origin master
git push origin v1.1.1
  1. Заходим в на Github в Actions и наблюдаем процесс сборки и отправки в Docker registry

github_pipeline_1

Завершено

github_pipeline_2

  1. Проверяем на DockerHub

docker_hub

About

Source code for a blog tutorial about running Django and PostgreSQL in Docker containers

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 90.3%
  • Dockerfile 9.7%