https://github.com/icedream/traefik-dev-stack
Share HTTP and HTTPS ports between projects with Traefik.
https://github.com/icedream/traefik-dev-stack
Last synced: 5 months ago
JSON representation
Share HTTP and HTTPS ports between projects with Traefik.
- Host: GitHub
- URL: https://github.com/icedream/traefik-dev-stack
- Owner: icedream
- Created: 2022-06-22T02:23:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-18T21:21:55.000Z (5 months ago)
- Last Synced: 2026-01-19T05:52:41.924Z (5 months ago)
- Language: Shell
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Traefik development stack
Allows publishing HTTP and HTTPS services on port 80 and 443 in a way that projects do not conflict with each other.
It uses [Traefik](https://traefik.io) as the proxy server and [Smallstep CA](https://smallstep.com/certificates/) to provide HTTPS connections without throwing error warnings.
## Setup
docker network create web
cp .env.example .env
# … edit .env to your likings …
docker-compose up -d
This will also implicitly generate a new CA certificate for HTTPS connections.
To make your system trust it (requires root access via `sudo`):
./install_ca_certificate.sh