Skip to content

Commit

Permalink
Fixes to share for M chips discovered during local setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-andriy committed Jul 30, 2024
1 parent c68367c commit 9ecde38
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ services:
stdin_open: true
networks:
- share_network
platform: linux/amd64

rabbitmq:
image: rabbitmq:management
Expand All @@ -125,7 +124,6 @@ services:
stdin_open: true
networks:
- share_network
platform: linux/amd64

postgres:
image: postgres:10
Expand All @@ -148,7 +146,6 @@ services:
stdin_open: true
networks:
- share_network
platform: linux/amd64

##################
# SHARE software #
Expand All @@ -173,7 +170,6 @@ services:
- share_requirements_vol:/python3.10
networks:
- share_network
platform: linux/amd64

frontend:
image: quay.io/centerforopenscience/share-web:develop-local
Expand All @@ -185,7 +181,6 @@ services:
stdin_open: true
networks:
- share_network
platform: linux/amd64

worker:
image: quay.io/centerforopenscience/share:develop
Expand All @@ -208,7 +203,6 @@ services:
stdin_open: true
networks:
- share_network
platform: linux/amd64

web:
image: quay.io/centerforopenscience/share:develop
Expand All @@ -232,7 +226,6 @@ services:
stdin_open: true
networks:
- share_network
platform: linux/amd64

indexer:
image: quay.io/centerforopenscience/share:develop
Expand All @@ -254,4 +247,3 @@ services:
stdin_open: true
networks:
- share_network
platform: linux/amd64

0 comments on commit 9ecde38

Please sign in to comment.