Deployment. #14

Merged
TorstenHettstedt merged 4 commits from deployment into master 2021-04-19 11:14:29 +02:00
Showing only changes of commit ec22f42623 - Show all commits
+7 -1
View File
@@ -23,4 +23,10 @@ services:
- 8091:80 - 8091:80
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