Skip to content

Commit

Permalink
update service names
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed May 23, 2023
1 parent fc0b25c commit 89d9604
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,15 @@ services:
file: compose-fcd.yml
service: postgres

fcd-collector:
fcd_collector:
extends:
file: compose-fcd.yml
service: fcd-collector
service: fcd_collector

fcd-api:
fcd_api:
extends:
file: compose-fcd.yml
service: fcd-api

api-collector:
extends:
file: compose-api.yml
service: fcd-collector

api:
extends:
file: compose-api.yml
service: fcd-api
service: fcd_api

volumes:
terra:
Expand Down

0 comments on commit 89d9604

Please sign in to comment.