Grundlegender Aufbau erstellt.

This commit is contained in:
2021-03-25 21:48:25 +01:00
parent a93c767142
commit 5c49997eba
7 changed files with 120 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
volumes:
logs:
driver: local
services:
api:
build: ./api/
environment:
docker: "true"
ports:
- 8090:80
volumes:
- ./api:/var/www
- logs:/var/www/logs