Implemented new html volume and changed data mount path for friendica

This commit is contained in:
Kevin Veen-Birkenbach 2025-04-30 08:19:27 +02:00
parent fa9831ef08
commit 858cc770ec
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -6,7 +6,8 @@ services:
image: "friendica:{{applications.friendica.version}}"
{% include 'roles/docker-compose/templates/services/base.yml.j2' %}
volumes:
- data:/var/www/html
- html:/var/www/html
- data:/var/www/data
ports:
- "127.0.0.1:{{ports.localhost.http[application_id]}}:80"
@ -17,5 +18,6 @@ services:
{% include 'templates/docker/compose/volumes.yml.j2' %}
data:
html:
{% include 'templates/docker/compose/networks.yml.j2' %}