Being suport for binary builds, AUR, Flatpak
This commit is contained in:
17
docker-compose.yml.haproxy
Normal file
17
docker-compose.yml.haproxy
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.web
|
||||
expose: ["80"]
|
||||
restart: unless-stopped
|
||||
|
||||
proxy:
|
||||
image: haproxy:2.9
|
||||
volumes:
|
||||
- ./proxy/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro
|
||||
ports:
|
||||
- "8080:80"
|
||||
depends_on:
|
||||
- web
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user