From a50e5d21b0430a734929bc17017cc8c394b25524 Mon Sep 17 00:00:00 2001 From: RATDAD Date: Wed, 17 Dec 2025 19:53:38 -0500 Subject: Initial Commit --- stacks/codex/compose.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 stacks/codex/compose.yml (limited to 'stacks/codex/compose.yml') diff --git a/stacks/codex/compose.yml b/stacks/codex/compose.yml new file mode 100644 index 0000000..8e17e82 --- /dev/null +++ b/stacks/codex/compose.yml @@ -0,0 +1,26 @@ +name: ${_STACK} + +networks: + net: + name: ${_NET} + external: true + +volumes: + data: + name: ${_DATA_VOLUME} + external: true + +services: + silverbullet: + container_name: ${_CONTAINER} + image: ghcr.io/silverbulletmd/silverbullet + restart: unless-stopped + env_file: + - .env + - .codex.env + networks: + - net + expose: + - 3000 + volumes: + - ${data:-./space/}:/space -- cgit v1.2.3-70-g09d2