mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Refactored docker logic
This commit is contained in:
@@ -98,8 +98,7 @@ Now that you have defined the application settings, domain, and application ID,
|
||||
domain: "{{ domains | get_domain(application_id) }}"
|
||||
http_port: "{{ ports.localhost.http[application_id] }}"
|
||||
|
||||
- name: "copy docker-compose.yml and env file"
|
||||
include_tasks: copy-docker-compose-and-env.yml
|
||||
- include_tasks: "{{ playbook_dir }}/roles/docker-compose/tasks/create-files.yml"
|
||||
```
|
||||
|
||||
3. **`docker-compose.yml.j2`**:
|
||||
|
Reference in New Issue
Block a user