Skip to content

Commit

Permalink
Merge pull request #110 from Particular/john/force
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsimons authored Feb 4, 2025
2 parents d2072bb + fcae82d commit c2b0419
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/docker-compose-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ services:
profiles: ['', infrastructure]
container_name: servicecontrol-db
image: particular/servicecontrol-ravendb:latest
pull_policy: always
volumes:
- sc-data:/var/lib/ravendb/data
service-control:
Expand All @@ -12,6 +13,7 @@ services:
condition: service_healthy
container_name: servicecontrol
image: particular/servicecontrol:latest
pull_policy: always
command: "--setup-and-run"
ports:
- 33333:33333
Expand All @@ -28,6 +30,7 @@ services:
condition: service_healthy
container_name: masstransit-connector
image: particular/servicecontrol-masstransit-connector:latest
pull_policy: always
volumes:
- ./queues.txt:/app/queues.txt:ro
environment:
Expand All @@ -40,6 +43,7 @@ services:
condition: service_healthy
container_name: servicepulse
image: particular/servicepulse:latest
pull_policy: always
ports:
- 9090:9090
environment:
Expand Down

0 comments on commit c2b0419

Please sign in to comment.