fix(core): shift to new style

This commit is contained in:
2018-07-16 23:52:50 +02:00
parent 7009e07ecc
commit a037cba454
23 changed files with 595 additions and 1561 deletions

View File

@ -1,18 +1,18 @@
nginx1 :
image: "nginx"
environment:
VIRTUAL_HOST: "test100.labkomp.de"
VIRTUAL_HOST: "test100.bleu.de"
restart: always
container_name: nginx1
nginx2:
image: nginx
environment:
VIRTUAL_HOST: "test101.labkomp.de"
VIRTUAL_HOST: "test101.bleu.de"
restart: always
container_name: nginx2
npmts-test-container:
image: "npmts-test-image"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
nginx3:
image: nginx
environment:
VIRTUAL_HOST: "test101.bleu.de"
restart: always
container_name: npmts-test-container
container_name: nginx3