Skip to content

Commit

Permalink
Merge pull request #5108 from opsmill/fac-update-docker-storage
Browse files Browse the repository at this point in the history
fix(docker): remove task worker shared storage
  • Loading branch information
dgarros authored Dec 11, 2024
2 parents c1e5ca3 + b736134 commit 65cc50b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion development/docker-compose.local-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ services:
task-worker:
volumes:
- ../:/source
- "git_data:/opt/infrahub/git"
- "git_remote_data:/remote"
2 changes: 0 additions & 2 deletions development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,14 +183,12 @@ services:
INFRAHUB_DB_PROTOCOL: bolt
INFRAHUB_STORAGE_DRIVER: local
volumes:
- "git_data:/opt/infrahub/git"
- "git_remote_data:/remote"
tty: true
labels:
com.github.run_id: "${GITHUB_RUN_ID:-unknown}"
com.github.job: "${JOB_NAME:-unknown}"

volumes:
git_data:
git_remote_data:
storage_data:
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,16 +270,11 @@ services:
INFRAHUB_TIMEOUT: ${INFRAHUB_TIMEOUT:-60}
INFRAHUB_WORKFLOW_PORT: ${INFRAHUB_WORKFLOW_PORT:-4200}
PREFECT_API_URL: http://${INFRAHUB_WORKFLOW_ADDRESS:-task-manager}:${INFRAHUB_WORKFLOW_PORT:-4200}/api
volumes:
- "git_data:/opt/infrahub/git"
- "git_remote_data:/remote"
tty: true

volumes:
database_data:
database_logs:
git_data:
git_remote_data:
storage_data:
workflow_db:
workflow_data:
1 change: 0 additions & 1 deletion tasks/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ class Namespace(str, Enum):
VOLUME_NAMES = [
"database_data",
"database_logs",
"git_data",
"git_remote_data",
"workflow_data",
"workflow_db",
Expand Down

0 comments on commit 65cc50b

Please sign in to comment.