mirror of
https://git.madhouse-project.org/algernon/iocaine.git
synced 2025-01-23 02:56:17 +01:00
17 lines
486 B
YAML
17 lines
486 B
YAML
|
# 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"]
|