add dockerfile and config

This commit is contained in:
2024-11-02 17:12:45 +03:00
commit d60140ae78
3 changed files with 65 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
haproxy:
build:
context: ./docker
dockerfile: Dockerfile
image: bitdeals/haproxy
volumes:
- certificates:/usr/local/etc/haproxy/certificates:ro
ports:
- "80:80"
- "443:443"
expose:
- "9999"