Skip to content
Merged
Show file tree
Hide file tree
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: 0 additions & 8 deletions scripts/thunder/01-default-resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,6 @@ RESPONSE=$(thunder_api_call POST "/user-schemas" '{
"type": "string",
"required": false
},
"firstName": {
"type": "string",
"required": false
},
"lastName": {
"type": "string",
"required": false
},
"mobileNumber": {
"type": "string",
"required": false
Expand Down
6 changes: 3 additions & 3 deletions services/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ services:

# Initialize database from the image
thunder-db-init:
image: ghcr.io/asgardeo/thunder:0.24.0
image: ghcr.io/asgardeo/thunder:0.27.0
container_name: thunder-db-init
command: sh -c "cp -r /opt/thunder/repository/database/* /data/"
volumes:
Expand All @@ -189,7 +189,7 @@ services:

# Run setup once with the shared database
thunder-setup:
image: ghcr.io/asgardeo/thunder:0.24.0
image: ghcr.io/asgardeo/thunder:0.27.0
container_name: thunder-setup
command: ./setup.sh
volumes:
Expand All @@ -207,7 +207,7 @@ services:

# Run Thunder server with the shared database
thunder:
image: ghcr.io/asgardeo/thunder:0.24.0
image: ghcr.io/asgardeo/thunder:0.27.0
container_name: thunder-server
depends_on:
thunder-setup:
Expand Down
Loading