innhold/compose.yaml
Ruben 6cf9710ac1 Add Docker configuration for PHP 8.4 Apache container
Enable Apache rewrite module and custom configuration
Configure logging to container output streams
Update compose file to use build context instead of direct image
Remove redundant volume mount for apache.conf
Remove unnecessary command override
2026-01-14 20:24:41 +01:00

11 lines
242 B
YAML

services:
custom:
build: .
container_name: stopplidelsen.no
working_dir: /var/www/html/
volumes:
- ./app:/var/www/app:z
- ./content:/var/www/html:z
- ./custom:/var/www/custom:z
ports:
- "4040:80"