cbdc8f35a5
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 8m53s
Gitea Branch PR & Ansible Deployment / Docker Compose & Ansible Lints (push) Failing after 12m35s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 31s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (push) Failing after 19m9s
16 lines
294 B
Django/Jinja
16 lines
294 B
Django/Jinja
{% set vault_addr = 'https://vault.trez.wtf' %}
|
|
{% set secrets_path = 'rinoa-docker/env' %}
|
|
|
|
|
|
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/en/configs/docker/
|
|
|
|
# my-docker:
|
|
# host: 127.0.0.1
|
|
# port: 2375
|
|
|
|
my-docker:
|
|
host: dockerproxy
|
|
port: 2375
|