From e82c1c7ab7c63d584a4ba1a89f86732717aec4f3 Mon Sep 17 00:00:00 2001 From: RATDAD Date: Sun, 15 Feb 2026 17:02:20 -0500 Subject: Updated Authelia container template; added helper scripts --- stacks/codex/compose.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 stacks/codex/compose.yml (limited to 'stacks/codex/compose.yml') diff --git a/stacks/codex/compose.yml b/stacks/codex/compose.yml deleted file mode 100644 index d144cb4..0000000 --- a/stacks/codex/compose.yml +++ /dev/null @@ -1,26 +0,0 @@ -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 -- cgit v1.2.3-70-g09d2