2016-06-16 01:56:53 +02:00
|
|
|
nginx1 :
|
|
|
|
image: "nginx"
|
|
|
|
environment:
|
2018-07-16 23:52:50 +02:00
|
|
|
VIRTUAL_HOST: "test100.bleu.de"
|
2016-06-16 01:56:53 +02:00
|
|
|
restart: always
|
|
|
|
container_name: nginx1
|
|
|
|
nginx2:
|
|
|
|
image: nginx
|
|
|
|
environment:
|
2018-07-16 23:52:50 +02:00
|
|
|
VIRTUAL_HOST: "test101.bleu.de"
|
2016-06-16 01:56:53 +02:00
|
|
|
restart: always
|
|
|
|
container_name: nginx2
|
2018-07-16 23:52:50 +02:00
|
|
|
nginx3:
|
|
|
|
image: nginx
|
|
|
|
environment:
|
|
|
|
VIRTUAL_HOST: "test101.bleu.de"
|
2016-06-16 01:56:53 +02:00
|
|
|
restart: always
|
2018-07-16 23:52:50 +02:00
|
|
|
container_name: nginx3
|