2023-05-20 20:07:08 +02:00
|
|
|
services:
|
|
|
|
loadbalancer:
|
2023-06-13 15:28:08 +02:00
|
|
|
image: httpd
|
2023-05-20 20:07:08 +02:00
|
|
|
ports:
|
|
|
|
- 80:80
|
2023-06-13 15:28:08 +02:00
|
|
|
volumes:
|
|
|
|
- ./httpd-vhost.conf:/usr/local/apache2/conf/extra/httpd-vhosts.conf
|
|
|
|
- ./lb-httpd.conf:/usr/local/apache2/conf/httpd.conf
|
2023-05-20 20:07:08 +02:00
|
|
|
restart: always
|