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
8 changes: 4 additions & 4 deletions docs/getting-started/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ services:

# Provision Keycloak with initial configuration
platform-provision-keycloak:
image: registry.opentdf.io/platform:nightly
image: registry.opentdf.io/platform:nightly-a29f108
command: ["provision", "keycloak", "-e", "https://keycloak.opentdf.local:9443/auth", "-f", "/configs/keycloak_data.yaml"]
depends_on:
keycloak:
Expand Down Expand Up @@ -227,7 +227,7 @@ services:

# Add sample attributes and metadata
platform-provision-fixtures:
image: registry.opentdf.io/platform:nightly
image: registry.opentdf.io/platform:nightly-a29f108
command: ["provision", "fixtures", "--config-file", "/configs/opentdf.yaml"]
working_dir: /configs
depends_on:
Expand Down Expand Up @@ -274,7 +274,7 @@ services:

# Main OpenTDF Platform server
platform:
image: registry.opentdf.io/platform:nightly
image: registry.opentdf.io/platform:nightly-a29f108
command: ["start", "--config-file", "/configs/opentdf.yaml"]
depends_on:
platform-provision-fixtures:
Expand Down Expand Up @@ -336,7 +336,7 @@ services:
depends_on:
init-volumes:
condition: service_completed_successfully
command: ['wget', '-O', '/configs/opentdf.yaml', 'https://raw.githubusercontent.com/opentdf/platform/main/opentdf-example.yaml']
command: ['wget', '-O', '/configs/opentdf.yaml', 'https://raw.githubusercontent.com/opentdf/platform/a29f1087/opentdf-example.yaml']
restart: "no"

# Patch platform configuration to use keycloak.opentdf.local:9443
Expand Down
Loading