Skip to content

Commit

Permalink
service
Browse files Browse the repository at this point in the history
  • Loading branch information
morsecodist committed Oct 17, 2023
1 parent 26dc736 commit 05505b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
# directory as its storage location instead so it works with our db snapshot
# workflow.
- PGDATA=/var/lib/platformics/data
workflow:
workflows:
build:
context: ".."
dockerfile: "workflows/Dockerfile"
Expand All @@ -72,7 +72,7 @@ services:
tty: true # Helps with pdb
environment:
<<: [*aws-variables, *db-variables, *redis-variables, *workflow-variables, *cerbos-variables]
workflow-worker:
workflows-worker:
build:
context: ".."
dockerfile: "workflows/Dockerfile"
Expand Down

0 comments on commit 05505b3

Please sign in to comment.