mirror of
https://git.madhouse-project.org/algernon/iocaine.git
synced 2025-02-13 21:26:17 +01:00
15 lines
391 B
YAML
15 lines
391 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
|
||
|
- ./etc:/etc/iocaine
|
||
|
command: --config-file /etc/iocaine/config.toml
|