Attempting a simpler configuration. Podman doesn't like it. Moving to Docker for sanity check.

This commit is contained in:
2025-07-03 09:56:47 +10:00
parent 4ce23cc392
commit 5c77dbc2a3
179 changed files with 10 additions and 16 deletions

View File

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