iocaine/data/compose.yaml

17 lines
486 B
YAML
Raw Normal View History

# SPDX-FileCopyrightText: 2025 Gergely Nagy
# SPDX-FileContributor: Gergely Nagy
#
# SPDX-License-Identifier: MIT
services:
iocaine:
image: git.madhouse-project.org/algernon/iocaine:latest
restart: unless-stopped
ports:
- '127.0.0.1:42069:42069'
volumes:
- ./container-volume:/data
environment:
- IOCAINE_SERVER__BIND="0.0.0.0:42069"
- IOCAINE_SOURCES__WORDS="/data/wordlist.txt"
- IOCAINE_SOURCES__MARKOV=["/data/training-text.txt"]