This commit is contained in:
tuanvu
2026-01-28 21:20:41 +01:00
parent b54044af48
commit 28f0e4e2c6
9 changed files with 87 additions and 0 deletions

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
version: "3"
services:
nginx-proxy:
image: jwilder/nginx-proxy
ports:
- "8080:80"
volumes:
- /var/run/docker.sock:/tmp/docker.sock
virtual-host:
image: nginx
environment:
- VIRTUAL_HOST=m
deploy:
mode: replicated
replicas: 4