Config ve Docker ayarları
This commit is contained in:
parent
429227df1d
commit
156050b9f2
8 changed files with 652 additions and 831 deletions
Binary file not shown.
|
|
@ -4,8 +4,8 @@
|
|||
"ClientUrl": "http://localhost:3000",
|
||||
"CorsOrigins": "http://localhost,http://localhost:3000,http://localhost:4200",
|
||||
"RedirectAllowedUrls": "http://localhost:4200,http://localhost:4200/authentication/callback",
|
||||
"AttachmentsPath": "C:\\Private\\Projects\\sozsoft\\configs\\mail-queue\\attachments",
|
||||
"CdnPath": "C:\\Private\\Projects\\sozsoft\\configs\\docker\\cdn",
|
||||
"AttachmentsPath": "C:\\Private\\Projects\\sozsoft-platform\\configs\\mail-queue\\attachments",
|
||||
"CdnPath": "C:\\Private\\Projects\\sozsoft-platform\\configs\\docker\\cdn",
|
||||
"Version": "1.0.1"
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 178 KiB |
BIN
configs/docker/cdn/host/Intranet/1672066291523.jpeg
Normal file
BIN
configs/docker/cdn/host/Intranet/1672066291523.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
|
|
@ -1,5 +1,5 @@
|
|||
# Dynamic Development Stack
|
||||
name: sozsoft-platform
|
||||
name: platform
|
||||
|
||||
volumes:
|
||||
pg:
|
||||
|
|
|
|||
|
|
@ -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
1471
ui/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -77,8 +77,8 @@
|
|||
"@types/react-highlight-words": "^0.16.4",
|
||||
"@types/react-modal": "^3.13.1",
|
||||
"@types/redux-state-sync": "^3.1.9",
|
||||
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
||||
"@typescript-eslint/parser": "^6.15.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
||||
"@typescript-eslint/parser": "^8.0.0",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"baseline-browser-mapping": "^2.9.19",
|
||||
|
|
|
|||
Loading…
Reference in a new issue