diff --git a/fickit-frontend.yml b/fickit-frontend.yml index 809112bf..9dd8e592 100644 --- a/fickit-frontend.yml +++ b/fickit-frontend.yml @@ -206,12 +206,15 @@ services: - /var/lib/fic/teams - name: fic-remote-challenge-sync-airbus image: nemunaire/fic-remote-challenge-sync-airbus:latest + command: ["/srv/challenge-sync-airbus", "--no-validate-challenge", "--watch"] env: - AIRBUS_BASEURL_FILE=/run/config/remote_sync/baseurl - AIRBUS_TOKEN_FILE=/run/config/remote_sync/token - AIRBUS_SESSION_NAME_FILE=/run/config/remote_sync/session_name + - AIRBUS_SKIP_TLS_VERIFY=true binds: - /etc/hosts:/etc/hosts:ro + - /etc/resolv.conf:/etc/resolv.conf:ro - /run/config/remote_sync/:/run/config/remote_sync/:ro - /var/lib/fic/teams:/srv/TEAMS:ro - /var/lib/fic/remote:/srv/REMOTE @@ -221,12 +224,15 @@ services: net: /run/netns/nginx - name: fic-remote-challenge-sync image: alpine:3 + command: ["/bin/sh", "-c", "while true; do sleep 300; done;"] env: - AIRBUS_BASEURL_FILE=/run/config/remote_sync/baseurl - AIRBUS_TOKEN_FILE=/run/config/remote_sync/token - AIRBUS_SESSION_NAME_FILE=/run/config/remote_sync/session_name + - AIRBUS_SKIP_TLS_VERIFY=true binds: - /etc/hosts:/etc/hosts:ro + - /etc/resolv.conf:/etc/resolv.conf:ro - /run/config/remote_sync/:/run/config/remote_sync/:ro - /var/lib/fic/teams:/srv/TEAMS:ro - /var/lib/fic/remote:/srv/REMOTE