services: loadbalancer: image: httpd ports: - 80:80 volumes: - ./httpd-vhost.conf:/usr/local/apache2/conf/extra/httpd-vhosts.conf - ./lb-httpd.conf:/usr/local/apache2/conf/httpd.conf restart: always