Optimized mastodon and network integration. added options for mig build to make

This commit is contained in:
2025-07-17 18:50:28 +02:00
parent 409e659143
commit d1982af63d
8 changed files with 26 additions and 18 deletions

View File

@@ -19,7 +19,7 @@
- docker compose restart
- name: docker compose up
shell: docker-compose -p {{ application_id }} up -d --force-recreate --remove-orphans --build
shell: docker-compose -p {{ application_id | get_entity_name }} up -d --force-recreate --remove-orphans --build
args:
chdir: "{{ docker_compose.directories.instance }}"
executable: /bin/bash