Grundlegender Aufbau erstellt.
This commit is contained in:
+13
@@ -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
|
||||
Reference in New Issue
Block a user