Skip to content

Commit 5d3c053

Browse files
committed
sync: update from internal GitLab repository
Content updated: Files: - docker-compose.yml Synced at: 2025-08-02 21:17:52
1 parent 371a7cd commit 5d3c053

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
iris_db:
3-
image: intersystemsdc/iris-community:latest
3+
image: intersystemsdc/iris-community:2025.1-zpm
44
container_name: iris_db_rag_standalone_community
55
ports:
66
- "1972:1972" # IRIS SuperServer port (host:container)
@@ -10,6 +10,7 @@ services:
1010
- ISC_DEFAULT_PASSWORD=SYS
1111
volumes:
1212
- iris_db_data:/usr/irissys/mgr # Named volume for IRIS data persistence
13+
- .:/home/irisowner/dev # Mount project directory for ZPM access
1314
stdin_open: true # Keep container running
1415
tty: true # Keep container running
1516
healthcheck:

0 commit comments

Comments
 (0)