Config ve Docker ayarları

This commit is contained in:
Sedat ÖZTÜRK 2026-02-25 09:31:17 +03:00
parent 429227df1d
commit 156050b9f2
8 changed files with 652 additions and 831 deletions

View file

@ -4,8 +4,8 @@
"ClientUrl": "http://localhost:3000", "ClientUrl": "http://localhost:3000",
"CorsOrigins": "http://localhost,http://localhost:3000,http://localhost:4200", "CorsOrigins": "http://localhost,http://localhost:3000,http://localhost:4200",
"RedirectAllowedUrls": "http://localhost:4200,http://localhost:4200/authentication/callback", "RedirectAllowedUrls": "http://localhost:4200,http://localhost:4200/authentication/callback",
"AttachmentsPath": "C:\\Private\\Projects\\sozsoft\\configs\\mail-queue\\attachments", "AttachmentsPath": "C:\\Private\\Projects\\sozsoft-platform\\configs\\mail-queue\\attachments",
"CdnPath": "C:\\Private\\Projects\\sozsoft\\configs\\docker\\cdn", "CdnPath": "C:\\Private\\Projects\\sozsoft-platform\\configs\\docker\\cdn",
"Version": "1.0.1" "Version": "1.0.1"
}, },
"ConnectionStrings": { "ConnectionStrings": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,5 +1,5 @@
# Dynamic Development Stack # Dynamic Development Stack
name: sozsoft-platform name: platform
volumes: volumes:
pg: pg:

View file

@ -1 +1 @@
docker compose -f .\docker-compose-data.yml up -d docker compose -f .\docker-compose-data.yml --profile sql up -d

1471
ui/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -77,8 +77,8 @@
"@types/react-highlight-words": "^0.16.4", "@types/react-highlight-words": "^0.16.4",
"@types/react-modal": "^3.13.1", "@types/react-modal": "^3.13.1",
"@types/redux-state-sync": "^3.1.9", "@types/redux-state-sync": "^3.1.9",
"@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^6.15.0", "@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
"baseline-browser-mapping": "^2.9.19", "baseline-browser-mapping": "^2.9.19",