We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371a7cd commit 5d3c053Copy full SHA for 5d3c053
docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
iris_db:
3
- image: intersystemsdc/iris-community:latest
+ image: intersystemsdc/iris-community:2025.1-zpm
4
container_name: iris_db_rag_standalone_community
5
ports:
6
- "1972:1972" # IRIS SuperServer port (host:container)
@@ -10,6 +10,7 @@ services:
10
- ISC_DEFAULT_PASSWORD=SYS
11
volumes:
12
- iris_db_data:/usr/irissys/mgr # Named volume for IRIS data persistence
13
+ - .:/home/irisowner/dev # Mount project directory for ZPM access
14
stdin_open: true # Keep container running
15
tty: true # Keep container running
16
healthcheck:
0 commit comments