1
0

adding kirby3-janitor

This commit is contained in:
Philip Wagner
2024-10-14 14:22:24 +02:00
parent b0db09492d
commit 94fbb996f0
204 changed files with 27855 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
version: '3.8'
services:
webserver:
image: webdevops/php-apache:7.4
ports:
- 8000:80
environment:
WEB_DOCUMENT_ROOT: /app/tests/
WEB_ALIAS_DOMAIN: janitor.test
volumes:
- .:/app:rw