Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- "6379:6379"

demo-test-client:
image: ghcr.io/numerique-gouv/proconnect-test-client@sha256:12bca86f5f0270d270fc46f51b110f033fa7e7831213f671a299c06908a849ab # latest
image: ghcr.io/numerique-gouv/proconnect-test-client@sha256:b0d0a0155b468fee27809813896a7966d3ee644de8ed8835fc5f871b4f3c4d3e # latest
environment:
PORT: 3001
# default env var can be found at https://github.com/numerique-gouv/proconnect-test-client/blob/master/.env
Expand All @@ -26,7 +26,7 @@ services:
network_mode: "host"

standard-client:
image: ghcr.io/numerique-gouv/proconnect-test-client@sha256:12bca86f5f0270d270fc46f51b110f033fa7e7831213f671a299c06908a849ab # latest
image: ghcr.io/numerique-gouv/proconnect-test-client@sha256:b0d0a0155b468fee27809813896a7966d3ee644de8ed8835fc5f871b4f3c4d3e # latest
environment:
PORT: 4000
SITE_TITLE: standard-client
Expand All @@ -40,7 +40,7 @@ services:
network_mode: "host"

proconnect-federation-client:
image: ghcr.io/numerique-gouv/proconnect-test-client@sha256:12bca86f5f0270d270fc46f51b110f033fa7e7831213f671a299c06908a849ab # latest
image: ghcr.io/numerique-gouv/proconnect-test-client@sha256:b0d0a0155b468fee27809813896a7966d3ee644de8ed8835fc5f871b4f3c4d3e # latest
environment:
PORT: 4001
SITE_TITLE: proconnect-federation-client
Expand Down