Skip to content

kinaklub/docker-filmfest-haproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile of HAProxy configuration for next.filmfest.by

This repository contains HAProxy with configuration optimized for next.filmfest.by that's running inside docker in swarm mode.

Overview

We use Makefile for automating docker image build process. Image version is taken from submodule using git descrbie --tags.

Build Requirements

  • make
  • docker client (available without sudo)
  • git

Build Process

Build docker images:

make
# or
make build

Publish docker image:

make push

Publish docker image as latest:

make push-latest

Long story shot, in order to release a new version one needs to:

  • add git tag with an appropriate version
  • build image using make
  • push image using make push (and optionally make push-latest)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published