mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge branch 'Dokploy:canary' into canary
This commit is contained in:
@@ -119,7 +119,7 @@ export const UpdateVolume = ({
|
|||||||
} else if (typeForm === "file") {
|
} else if (typeForm === "file") {
|
||||||
form.reset({
|
form.reset({
|
||||||
content: data.content || "",
|
content: data.content || "",
|
||||||
mountPath: data.mountPath,
|
mountPath: "/",
|
||||||
filePath: data.filePath || "",
|
filePath: data.filePath || "",
|
||||||
type: "file",
|
type: "file",
|
||||||
});
|
});
|
||||||
@@ -296,15 +296,13 @@ export const UpdateVolume = ({
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<DialogFooter>
|
<DialogFooter>
|
||||||
<DialogClose>
|
<Button
|
||||||
<Button
|
isLoading={isLoading}
|
||||||
isLoading={isLoading}
|
// form="hook-form-update-volume"
|
||||||
form="hook-form-update-volume"
|
type="submit"
|
||||||
type="submit"
|
>
|
||||||
>
|
Update
|
||||||
Update
|
</Button>
|
||||||
</Button>
|
|
||||||
</DialogClose>
|
|
||||||
</DialogFooter>
|
</DialogFooter>
|
||||||
</form>
|
</form>
|
||||||
</Form>
|
</Form>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dokploy",
|
"name": "dokploy",
|
||||||
"version": "v0.10.7",
|
"version": "v0.10.8",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -1,19 +1,12 @@
|
|||||||
version: '3.3'
|
version: "3"
|
||||||
services:
|
|
||||||
stirling-pdf:
|
|
||||||
image: frooodle/s-pdf:0.30.1
|
|
||||||
ports:
|
|
||||||
- '8080'
|
|
||||||
volumes:
|
|
||||||
- training-data:/usr/share/tessdata #Required for extra OCR languages
|
|
||||||
- extra-configs:/configs
|
|
||||||
# - /location/of/customFiles:/customFiles/
|
|
||||||
# - /location/of/logs:/logs/
|
|
||||||
environment:
|
|
||||||
- DOCKER_ENABLE_SECURITY=false
|
|
||||||
- INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
|
|
||||||
- LANGS=en_GB
|
|
||||||
|
|
||||||
volumes:
|
services:
|
||||||
training-data: {}
|
soketi:
|
||||||
extra-configs: {}
|
image: quay.io/soketi/soketi:1.4-16-debian
|
||||||
|
container_name: soketi
|
||||||
|
environment:
|
||||||
|
SOKETI_DEBUG: "1"
|
||||||
|
SOKETI_HOST: "0.0.0.0"
|
||||||
|
SOKETI_PORT: "6001"
|
||||||
|
SOKETI_METRICS_SERVER_PORT: "9601"
|
||||||
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user