update test Environment

This commit is contained in:
2016-06-16 01:56:53 +02:00
parent 7049ddc5f2
commit 38dca0c9a0
14 changed files with 162 additions and 92 deletions

22
docker-compose.yml Normal file
View File

@ -0,0 +1,22 @@
nginx1 :
image: "nginx"
environment:
VIRTUAL_HOST: "test100.labkomp.de"
restart: always
container_name: nginx1
nginx2:
image: nginx
environment:
VIRTUAL_HOST: "test101.labkomp.de"
restart: always
container_name: nginx2
dockersock:
image: "trafficimg"
ports:
- "80:80"
- "443:443"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
env_file: "nogit/nogit.env"
restart: always
container_name: dockersock-container