1
0
This commit is contained in:
2022-02-22 01:54:48 +01:00
commit afcfd8613c
6 changed files with 609 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
version: '3'
services:
haproxy:
build: ./haproxy
depends_on:
- container1
- container2
ports:
- "127.0.0.1:8080:8080"
container1:
build: ./server
container2:
build: ./server