From ec22f426234a49b754a9306acb00ad962437cc11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20L=C3=BCcke?= Date: Fri, 16 Apr 2021 21:47:23 +0200 Subject: [PATCH] =?UTF-8?q?Docker-Composer-Datei=20wurden=20um=20die=20Obe?= =?UTF-8?q?rfl=C3=A4che=20erweitert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 885d3cc..786849c 100644 --- a/compose.yml +++ b/compose.yml @@ -23,4 +23,10 @@ services: - 8091:80 volumes: - ./api:/var/www - - logs:/var/www/logs \ No newline at end of file + - logs:/var/www/logs + ui: + build: ./ui/ + ports: + - 80:80 + depends_on: + - api \ No newline at end of file