diff --git a/docker-compose.yaml b/docker-compose.yaml index f15db2e..24ff66a 100755 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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 diff --git a/agenda/20250708.md b/web/agenda/20250708.md similarity index 100% rename from agenda/20250708.md rename to web/agenda/20250708.md diff --git a/agenda/20250724.md b/web/agenda/20250724.md similarity index 100% rename from agenda/20250724.md rename to web/agenda/20250724.md diff --git a/cal.php b/web/cal.php similarity index 100% rename from cal.php rename to web/cal.php diff --git a/cal_testing.php b/web/cal_testing.php similarity index 100% rename from cal_testing.php rename to web/cal_testing.php diff --git a/events.json b/web/events.json similarity index 100% rename from events.json rename to web/events.json diff --git a/events_testing.json b/web/events_testing.json similarity index 100% rename from events_testing.json rename to web/events_testing.json diff --git a/image/icon/calendar.png b/web/image/icon/calendar.png similarity index 100% rename from image/icon/calendar.png rename to web/image/icon/calendar.png diff --git a/image/icon/chat.png b/web/image/icon/chat.png similarity index 100% rename from image/icon/chat.png rename to web/image/icon/chat.png diff --git a/image/icon/email.png b/web/image/icon/email.png similarity index 100% rename from image/icon/email.png rename to web/image/icon/email.png diff --git a/image/icon/handshake.png b/web/image/icon/handshake.png similarity index 100% rename from image/icon/handshake.png rename to web/image/icon/handshake.png diff --git a/image/icon/jitsi.svg b/web/image/icon/jitsi.svg similarity index 100% rename from image/icon/jitsi.svg rename to web/image/icon/jitsi.svg diff --git a/image/icon/webcam.png b/web/image/icon/webcam.png similarity index 100% rename from image/icon/webcam.png rename to web/image/icon/webcam.png diff --git a/index.css b/web/index.css similarity index 100% rename from index.css rename to web/index.css diff --git a/index.js b/web/index.js similarity index 100% rename from index.js rename to web/index.js diff --git a/index.php b/web/index.php similarity index 100% rename from index.php rename to web/index.php diff --git a/minutes/20250619.md b/web/minutes/20250619.md similarity index 100% rename from minutes/20250619.md rename to web/minutes/20250619.md