feat: use haproxy to access oidc-test app
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
- name: Start oidc-test app
|
||||
containers.podman.podman_container:
|
||||
name: oidc-test
|
||||
image: docker.io/bornholm/oidc-test:v0.0.0-3-g5beae19
|
||||
image: docker.io/bornholm/oidc-test:v0.0.0-4-gd786d3a
|
||||
state: started
|
||||
network: host
|
||||
recreate: yes
|
||||
@ -30,5 +30,6 @@
|
||||
OIDC_INSECURE_SKIP_VERIFY: true
|
||||
OIDC_REDIRECT_URL: "{{ oidc_test_app_public_base_url }}"
|
||||
OIDC_POST_LOGOUT_REDIRECT_URL: "{{ oidc_test_app_public_base_url }}"
|
||||
HTTP_ADDRESS: 0.0.0.0:8080
|
||||
HTTP_ADDRESS: 127.0.0.1:8080
|
||||
HTTP_PUBLIC_BASE_URL: "{{ oidc_test_app_public_base_url }}"
|
||||
become: true
|
Reference in New Issue
Block a user