Skip to content

Just an example of using traefik and docker-compose together in dev environment

Notifications You must be signed in to change notification settings

cahva/traefik-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple traefik sample using docker compose

Just a simple example using docker compose. There are 2 services:

API: Just a simple fake json-api server serving in path /api.

UI: Basic svelte app. It fetches data from the api endpoint.

Usage

It should build the images and run the stack with:

docker-compose up

You can also build it first by typing:

docker-compose build

About

Just an example of using traefik and docker-compose together in dev environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published