Docker-Composer-Datei wurden um die Oberfläche erweitert.

This commit is contained in:
2021-04-16 21:47:23 +02:00
parent b43b6382d7
commit ec22f42623
+6
View File
@@ -24,3 +24,9 @@ services:
volumes: volumes:
- ./api:/var/www - ./api:/var/www
- logs:/var/www/logs - logs:/var/www/logs
ui:
build: ./ui/
ports:
- 80:80
depends_on:
- api