gabrielsagnard / jack

Exécutez plusieurs applications web depuis un seul serveur grâce à Docker and Traefik.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Traefik

Un projet qui montre comment exécuter plusieurs applications sur un serveur en utilisant Docker et Traefik.

Dev setup

  • Clone/download this repo
  • Install Docker and Docker Compose
  • Run docker-compose up in project root

Prod setup

  • Provision a server
  • Configure a domain (and sub-domains) for your server
  • Install Git
  • Fork and clone this repo
  • Install Docker and Docker Compose
  • Edit docker-compose.prod.yml and traefik.toml as appropriate (domain and email)
  • Create a .htpasswd file in /traefik with credentials to access the Traefik dashboard
  • Run docker-compose -f docker-compose.prod.yml up --build -d in project root

About

Exécutez plusieurs applications web depuis un seul serveur grâce à Docker and Traefik.


Languages

Language:HTML 72.3%Language:CSS 18.7%Language:JavaScript 8.8%Language:PHP 0.1%Language:Dockerfile 0.0%