Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Dockerfile

FROM python:3
RUN pip install flask pyyaml
COPY ./app.py /app/app.py
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Neeran Gul
Copyright (c) 2025 Neeran Gul

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
test:
docker-compose up -d
docker compose up -d
pytest --disable-warnings || true
docker-compose down
docker compose down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# testdriven-loadbalancer-tdd-tutorial
# Creating an HTTP Load Balancer in Python

Source Code for the testdriven Load Balancer TDD tutorial
Source Code for the testdriven Load Balancer TDD tutorial

https://testdriven.io/courses/http-load-balancer/
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
mango1:
image: server
Expand Down