Skip to content

turniere/deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Docker Container Auto Deployment

This is a quick and easy setup to deploy our latest stable versions of the back- and frontend of turnie.re It works by using Watchtower to automatically redeploy our containers as soon as there is a new version available.

Installation

  1. Clone this repository to the desired folder on the machine you want to deploy
  2. Edit following files:
    • traefik/traefik.toml needs the urls for Letsencrypt certificates
    • turniere-backend.env needs the correct RAILS_MASTER_KEY to decrypt the saved credentials
    • turniere-frontend.env needs the URL under which the backend is publicly available
    • docker-compose.yml needs the correct labels corresponding to the URLS for the back- and frontend containers
  3. Run docker-compose up -d
  4. Be happy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published