Skip to content

Commit

Permalink
Add crm plugin (#8317)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjacobson committed May 3, 2024
1 parent b6803bd commit f43790f
Show file tree
Hide file tree
Showing 14 changed files with 34,905 additions and 33,483 deletions.
9 changes: 9 additions & 0 deletions dev-tools/compose/docker-compose.pedalboard.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,12 @@ services:
dockerfile: ${PROJECT_ROOT}/packages/discovery-provider/plugins/pedalboard/docker/Dockerfile.dev
volumes:
- ${PROJECT_ROOT}:/app

crm:
extends:
file: docker-compose.pedalboard.prod.yml
service: crm
build:
dockerfile: ${PROJECT_ROOT}/packages/discovery-provider/plugins/pedalboard/docker/Dockerfile.dev
volumes:
- ${PROJECT_ROOT}:/app
13 changes: 13 additions & 0 deletions dev-tools/compose/docker-compose.pedalboard.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,16 @@ services:
restart: always
profiles:
- pedalboard

crm:
container_name: crm
build:
context: ${PROJECT_ROOT}
dockerfile: ${PROJECT_ROOT}/packages/discovery-provider/plugins/pedalboard/docker/Dockerfile.prod
args:
app_name: crm
TURBO_TEAM: '${TURBO_TEAM}'
TURBO_TOKEN: '${TURBO_TOKEN}'
restart: always
profiles:
- pedalboard
2 changes: 1 addition & 1 deletion dev-tools/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
<<: *common

db:
image: postgres:11.4
image: postgres:11.22-bookworm
shm_size: 2g
command: postgres -c shared_buffers=2GB -c max_connections=300
restart: unless-stopped
Expand Down

0 comments on commit f43790f

Please sign in to comment.