Skip to content

Commit

Permalink
Merge pull request #292 from alphagov/content-publisher-worker
Browse files Browse the repository at this point in the history
Add worker to Content Publisher dependencies and remove e2e stack
  • Loading branch information
kevindew authored Jan 6, 2020
2 parents 78e44a2 + d286748 commit 63e5811
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions projects/content-publisher/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ services:
depends_on:
- postgres
- redis
- content-publisher-worker
- publishing-api-app
- asset-manager-app
- nginx-proxy
Expand All @@ -42,23 +43,13 @@ services:
- "3000"
command: bin/rails s --restart

content-publisher-app-e2e:
<<: *content-publisher-app
depends_on:
- postgres
- redis
- content-publisher-worker
- publishing-api-app-e2e
- asset-manager-app-e2e
- nginx-proxy

content-publisher-worker:
<<: *content-publisher
depends_on:
- postgres
- redis
- publishing-api-app-e2e
- asset-manager-app-e2e
- publishing-api-app
- asset-manager-app
environment:
DATABASE_URL: "postgresql://postgres@postgres/content-publisher"
REDIS_URL: redis://redis
Expand Down

0 comments on commit 63e5811

Please sign in to comment.