2025-10-02 17:01:55 +02:00
|
|
|
services:
|
|
|
|
|
custom:
|
2026-01-14 20:24:41 +01:00
|
|
|
build: .
|
2025-10-02 17:01:55 +02:00
|
|
|
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"
|
2026-02-01 20:09:58 +01:00
|
|
|
command: >
|
2026-02-25 23:11:26 +01:00
|
|
|
bash -c "chown -R www-data:www-data /var/www/custom/data /var/www/custom/assets && apache2-foreground"
|