diff options
| author | RATDAD <lambda@disroot.org> | 2025-12-21 17:44:23 -0500 |
|---|---|---|
| committer | RATDAD <lambda@disroot.org> | 2025-12-21 17:44:23 -0500 |
| commit | af887c36d36bbeae04cc1576587758fb18ee1ef2 (patch) | |
| tree | 91327754cbe3f65523eb277ebe243e3c5199879b /stacks/codex | |
| parent | a50e5d21b0430a734929bc17017cc8c394b25524 (diff) | |
| download | rds-platform-af887c36d36bbeae04cc1576587758fb18ee1ef2.tar.gz rds-platform-af887c36d36bbeae04cc1576587758fb18ee1ef2.tar.bz2 rds-platform-af887c36d36bbeae04cc1576587758fb18ee1ef2.zip | |
Enforcing static volume names for each stack
Diffstat (limited to 'stacks/codex')
| -rw-r--r-- | stacks/codex/.gitignore | 1 | ||||
| -rw-r--r-- | stacks/codex/compose.yml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/stacks/codex/.gitignore b/stacks/codex/.gitignore index b31db7b..8507661 100644 --- a/stacks/codex/.gitignore +++ b/stacks/codex/.gitignore @@ -1,3 +1,4 @@ *.env space/ space/** +compose.local.yml diff --git a/stacks/codex/compose.yml b/stacks/codex/compose.yml index 8e17e82..d144cb4 100644 --- a/stacks/codex/compose.yml +++ b/stacks/codex/compose.yml @@ -23,4 +23,4 @@ services: expose: - 3000 volumes: - - ${data:-./space/}:/space + - data:/space |
