iocaine 3.0.0

The deadliest poison known to AI
Documentation
# SPDX-FileCopyrightText: 2025 Gergely Nagy
# SPDX-FileContributor: Gergely Nagy
#
# SPDX-License-Identifier: MIT

services:
  iocaine:
    image: git.madhouse-project.org/iocaine/iocaine:3
    restart: unless-stopped
    ports:
      - '127.0.0.1:42069:42069'
    volumes:
      - ./data:/data
      - iocaine-state:/run/iocaine
    command: --config-path /data/etc/config.d
    environment:
      - RUST_LOG=iocaine=info

volumes:
  iocaine-state: