mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-05 21:35:21 +02:00
Implemented new html volume and changed data mount path for friendica
This commit is contained in:
parent
fa9831ef08
commit
858cc770ec
@ -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' %}
|
Loading…
x
Reference in New Issue
Block a user