Fini TP1
This commit is contained in:
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user