mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Changed roles to new docker backup procedure
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
docker_compose_instance_directory: "{{path_docker_compose_instances}}pixelfed/"
|
||||
nginx_docker_reverse_proxy_extra_configuration: "client_max_body_size 512M;"
|
||||
database_instance: "pixelfed"
|
||||
database_host: "{{database_instance}}"
|
||||
database_databasename: "{{database_instance}}"
|
||||
database_username: "{{database_instance}}"
|
||||
database_password: "{{pixelfed_database_password}}"
|
||||
|
Reference in New Issue
Block a user