feature-api: Übername des Slim-Skeleton

This commit is contained in:
2022-04-30 15:30:26 +02:00
parent f48208ab42
commit 6ed248e925
45 changed files with 1493 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
version: '3.7'
volumes:
logs:
driver: local
services:
slim:
image: php:7-alpine
working_dir: /var/www
command: php -S 0.0.0.0:8080 -t public
environment:
docker: "true"
ports:
- "8080:8080"
volumes:
- .:/var/www
- logs:/var/www/logs