@curaious/uno 0.1.19 → 0.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -72,10 +72,16 @@ services:
72
72
  ports:
73
73
  - "6060:6060" # Backend API
74
74
  - "3000:3000" # Frontend UI
75
+ volumes:
76
+ - /var/run/docker.sock:/var/run/docker.sock
77
+ - ${HOME}/.uno/data:${HOME}/.uno/data
78
+ privileged: true
79
+ group_add:
80
+ - "0"
75
81
  env_file:
76
82
  - env_vars
77
83
  environment:
78
- RUNTIME_ENABLED: ${UNO_RUNTIME_ENABLED:-}
84
+ DATA_PATH: ${HOME}/.uno/data
79
85
  depends_on:
80
86
  uno-postgres:
81
87
  condition: service_healthy
@@ -21,4 +21,4 @@ RESTATE_SERVER_ENDPOINT="http://host.docker.internal:8081"
21
21
  TEMPORAL_SERVER_HOST_PORT="host.docker.internal:7233"
22
22
 
23
23
  SANDBOX_ENABLED="true"
24
- SANDBOX_DEFAULT_IMAGE="praveenraj9495/uno-sandbox"
24
+ SANDBOX_DEFAULT_IMAGE="praveenraj9495/uno-sandbox:latest"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curaious/uno",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "Uno - AI Gateway and Agent Framework",
5
5
  "bin": {
6
6
  "uno": "./bin/cli.js"