Skip to content

Commit

Permalink
fix error in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
KimHe-RGB committed Dec 12, 2023
1 parent 2fd7cba commit 7ff5b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
FLASK_APP: service:app
FLASK_DEBUG: "True"
PORT: 8000
DATABASE_URI: psycopg+postgresql://postgres:postgres@postgres:5432/postgres
DATABASE_URI: postgresql+psycopg://postgres:postgres@postgres:5432/postgres
networks:
- dev
depends_on:
Expand Down
4 changes: 1 addition & 3 deletions .tekton/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,4 @@ spec:
name: behave
workspaces:
- name: source
workspace: pipeline-workspace
workspaces:
- name: pipeline-workspace
workspace: pipeline-workspace

0 comments on commit 7ff5b38

Please sign in to comment.