Skip to content

Commit 4899dbe

Browse files
hyperpolymathclaude
andcommitted
chore: add Stapeln selur-compose.toml service definition
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 014043f commit 4899dbe

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

selur-compose.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
3+
#
4+
# Stapeln service definition for eclexiaiser
5+
#
6+
# Usage:
7+
# podman-compose -f selur-compose.toml up -d
8+
# just stack-up
9+
10+
[project]
11+
name = "eclexiaiser"
12+
13+
[services.app]
14+
build = { context = ".", dockerfile = "Containerfile" }
15+
restart = "unless-stopped"
16+
networks = ["default"]
17+
healthcheck = { test = "exit 0", interval = "30s", timeout = "5s", retries = 3 }

0 commit comments

Comments
 (0)