deploy: pass bridge upstream token into runtime
This commit is contained in:
parent
27e19c4457
commit
97d49eaf39
@ -18,6 +18,7 @@ service_compose_registry_username: "{{ lookup('ansible.builtin.env', 'GHCR_USERN
|
||||
service_compose_registry_password: "{{ lookup('ansible.builtin.env', 'GHCR_PASSWORD') | default(lookup('ansible.builtin.env', 'GHCR_TOKEN') | default('', true), true) }}"
|
||||
xworkmate_bridge_container_env:
|
||||
ACP_AUTH_TOKEN: "{{ xworkmate_bridge_auth_token }}"
|
||||
INTERNAL_SERVICE_TOKEN: "{{ xworkmate_bridge_auth_token }}"
|
||||
IMAGE: "{{ service_compose_image }}"
|
||||
|
||||
xworkmate_bridge_domain: acp-server.svc.plus
|
||||
|
||||
Loading…
Reference in New Issue
Block a user