Experimental Features
We run regular builds using the 'experimental' image tag.
E.g.
yml
services:
acid_backend:
image: acadmicid/backend:experimental
ports:
- 3030:3030
volumes:
- certs:/certs:ro
expose:
- 3032
depends_on:
- certgen
- weaviate
- acid_python_svc
- acid_file_svc
- acid_frontend
- redis
restart: unless-stopped
env_file:
- .env
acid_frontend:
image: acadmicid/front_end:experimental
ports:
- 3000:3000
restart: unless-stopped
env_file:
- .env
...
These images contain the latest features we are working on but will be entirely unstable and may not function as expected. Use these images at your own risk.