iocaine/data/compose-toml.yaml
Gergely Nagy b294af5f8e
Move the source to the iocaine organization
Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
2025-02-18 09:15:14 +01:00

14 lines
390 B
YAML

# SPDX-FileCopyrightText: 2025 Gergely Nagy
# SPDX-FileContributor: Gergely Nagy
#
# SPDX-License-Identifier: MIT
services:
iocaine:
image: git.madhouse-project.org/iocaine/iocaine:latest
restart: unless-stopped
ports:
- '127.0.0.1:42069:42069'
volumes:
- ./container-volume:/data
- ./etc:/etc/iocaine
command: --config-file /etc/iocaine/config.toml