mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized mastodon and network integration. added options for mig build to make
This commit is contained in:
@@ -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
|
||||
|
@@ -18,7 +18,7 @@ networks:
|
||||
application_id in networks.local and
|
||||
networks.local[application_id].subnet is defined
|
||||
%}
|
||||
name: {{ application_id }}
|
||||
name: {{ application_id | get_entity_name }}
|
||||
driver: bridge
|
||||
ipam:
|
||||
driver: default
|
||||
|
Reference in New Issue
Block a user