feat: restart oidc-test container on failure
This commit is contained in:
parent
8ac44e51fa
commit
64c7916e16
|
@ -21,6 +21,7 @@
|
||||||
image: docker.io/bornholm/oidc-test:v0.0.0-4-gd786d3a
|
image: docker.io/bornholm/oidc-test:v0.0.0-4-gd786d3a
|
||||||
state: started
|
state: started
|
||||||
network: host
|
network: host
|
||||||
|
restart_policy: on-failure
|
||||||
recreate: yes
|
recreate: yes
|
||||||
env:
|
env:
|
||||||
OIDC_CLIENT_ID: "{{ oidc_test_app_client_id }}"
|
OIDC_CLIENT_ID: "{{ oidc_test_app_client_id }}"
|
||||||
|
|
Loading…
Reference in New Issue