diff options
Diffstat (limited to 'stacks/codex/compose.yml')
| -rw-r--r-- | stacks/codex/compose.yml | 26 |
1 files changed, 0 insertions, 26 deletions
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 |
