Restructure repository into administration and website areas

This commit is contained in:
2026-03-06 15:00:13 +01:00
parent 7c49898b29
commit ed192d79c2
75 changed files with 179 additions and 157 deletions

View File

@@ -0,0 +1,13 @@
services:
editor:
build:
context: ..
dockerfile: administration/Dockerfile
container_name: ikfreunde-editor
ports:
- "4173:4173"
volumes:
- ..:/app
working_dir: /app
command: ["php", "-d", "opcache.enable_cli=0", "-S", "0.0.0.0:4173", "administration/scripts/editor_server.php"]
restart: unless-stopped