Skip to content

Commit

Permalink
Merge pull request #16 from SergioCasCeb/sergio-http-content-negotiation
Browse files Browse the repository at this point in the history
Content Negotiation for Express.js HTTP Thing
  • Loading branch information
egekorkan authored Mar 8, 2024
2 parents 807baae + a847b97 commit 0664f31
Show file tree
Hide file tree
Showing 21 changed files with 3,085 additions and 214 deletions.
12 changes: 9 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@ services:
build:
context: ./things/calculator/
dockerfile: ./coap/js/Dockerfile
http-express-calculator:
http-express-calculator-simple:
labels:
- traefik.http.routers.http-express-calculator.rule=PathPrefix(`/http-express-calculator`)
- traefik.http.routers.http-express-calculator-simple.rule=PathPrefix(`/http-express-calculator-simple`)
build:
context: ./things/calculator/
dockerfile: ./http/express/Dockerfile
dockerfile: ./http/express/Dockerfile-simple
http-express-calculator-content-negotiation:
labels:
- traefik.http.routers.http-express-calculator-content-negotiation.rule=PathPrefix(`/http-express-calculator-content-negotiation`)
build:
context: ./things/calculator/
dockerfile: ./http/express/Dockerfile-contentneg
http-flask-calculator:
labels:
- traefik.http.routers.http-flask-calculator.rule=PathPrefix(`/http-flask-calculator`)
Expand Down
Loading

0 comments on commit 0664f31

Please sign in to comment.