Compare commits
3 Commits
6ed875ae81
...
951d68f022
| Author | SHA1 | Date | |
|---|---|---|---|
| 951d68f022 | |||
| c8b87561a8 | |||
| 6fce702820 |
@@ -55,7 +55,7 @@ jobs:
|
|||||||
cd dashboard/backend
|
cd dashboard/backend
|
||||||
if [ "${{ steps.cache-python.outputs.cache-hit }}" = "true" ]; then
|
if [ "${{ steps.cache-python.outputs.cache-hit }}" = "true" ]; then
|
||||||
echo "Restoring venv from cache $CACHE_KEY..."
|
echo "Restoring venv from cache $CACHE_KEY..."
|
||||||
if cp -a $CACHE_DIR/venv . && [ -f venv/bin/activate ]; then
|
if cp -a $CACHE_DIR/venv . && [ -f venv/bin/activate ] && venv/bin/python -c "import sys; sys.exit(0)"; then
|
||||||
echo "Cache restored successfully"
|
echo "Cache restored successfully"
|
||||||
else
|
else
|
||||||
echo "Cache corrupted, installing fresh..."
|
echo "Cache corrupted, installing fresh..."
|
||||||
|
|||||||
@@ -7,9 +7,13 @@ services:
|
|||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
working_dir: /repos/nas-tools
|
working_dir: /repos/nas-tools
|
||||||
|
env_file:
|
||||||
|
- /volume1/docker/claude-dev/.env
|
||||||
volumes:
|
volumes:
|
||||||
- /volume1/repos:/repos
|
- /volume1/repos:/repos
|
||||||
- /volume1/docker/claude-dev/claude-config:/root/.claude
|
- /volume1/docker/claude-dev/claude-config:/root/.claude
|
||||||
- /volume1/docker/claude-dev/claude-config/.claude.json:/root/.claude.json
|
- /volume1/docker/claude-dev/claude-config/.claude.json:/root/.claude.json
|
||||||
- /volume1/docker/claude-dev/gitea_token:/root/.gitea_token:ro
|
- /volume1/docker/claude-dev/gitea_token:/root/.gitea_token:ro
|
||||||
- /volume1/docker/claude-dev/bashrc:/root/.bashrc
|
- /volume1/docker/claude-dev/bashrc:/root/.bashrc
|
||||||
|
- /volume1:/volume1
|
||||||
|
- /:/nas-root
|
||||||
|
|||||||
Reference in New Issue
Block a user