Moving pages into sub-folders.

This commit is contained in:
2025-07-01 20:31:05 +10:00
parent 89a26f5362
commit 7607d807fe
17 changed files with 14 additions and 2 deletions

View File

@@ -5,10 +5,22 @@ services:
ports:
- "8080:80"
volumes:
- ./:/var/www/html:Z
- ./web/:/var/www/html:Z
- ./vendor/:/var/www/html/vendor:Z
networks:
- labnet
cal:
image: php:8.2-apache
container_name: calendar
ports:
- "8081:80"
volumes:
- ./cal/:/var/www/html:Z
- ./vendor/:/var/www/html/vendor:Z
networks:
- labnet
profiles:
- cal
networks:
labnet:
external: true