Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User service <-> auth integration #322

Merged
merged 2 commits into from
Mar 28, 2023
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
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: '3.8'
# - eclipse-pass.nightly.yml
services:
auth:
image: ghcr.io/eclipse-pass/pass-auth:0.3.0@sha256:c0f68f7823fb0a79cac4145f7769ede2b9aecafb133dc7d9fc39ccc6c19892c5
image: ghcr.io/eclipse-pass/pass-auth:0.4.0-SNAPSHOT@sha256:58fed540ab85302371075a72f65dcbc8cf7ccd8022f318cbe8022fa1b2f938f6
container_name: auth
env_file:
- .env
Expand All @@ -20,7 +20,7 @@ services:
- source: idp_cert

pass-core:
image: ghcr.io/eclipse-pass/pass-core-main:0.3.0@sha256:3c4c5fdbaed397af0ac5bfa0f86111cf90aa4bd602312179e0691985e5c0b3d0
image: ghcr.io/eclipse-pass/pass-core-main:0.4.0-SNAPSHOT@sha256:e3816b9b3149c603a0628aa386169d217497833d4797dca765fe488e30c425e9
container_name: pass-core
env_file:
- .env
Expand Down