mirror of
https://gitgud.io/fatchan/haproxy-protection.git
synced 2025-05-09 02:05:37 +00:00
feat: building haproxy from scratch with required lua modules
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
version: "3.9"
|
||||
services:
|
||||
haproxy:
|
||||
image: "haproxy:latest"
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: haproxy/Dockerfile
|
||||
ports:
|
||||
- 80:80
|
||||
volumes:
|
||||
- ./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg
|
||||
- ./haproxy/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg
|
||||
- ./scripts/:/usr/local/etc/haproxy/scripts/
|
||||
|
||||
nginx:
|
||||
|
Reference in New Issue
Block a user