Skip to content

Commit

Permalink
Remove irrelevant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
majdyz committed Oct 22, 2024
1 parent 5a8c097 commit 2c596e1
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 4 deletions.
83 changes: 82 additions & 1 deletion autogpt_platform/backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions autogpt_platform/docker-compose.platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
context: ../
dockerfile: autogpt_platform/backend/Dockerfile
target: server
command: ["sh", "-c", "poetry run migrate_db"]
command: ["sh", "-c", "poetry run prisma migrate deploy"]
develop:
watch:
- path: ./
Expand All @@ -15,7 +15,6 @@ services:
condition: service_healthy
environment:
- DATABASE_URL=postgresql://postgres:your-super-secret-and-long-postgres-password@db:5432/postgres?connect_timeout=60&schema=platform
- DIRECT_DATABASE_URL=postgresql://postgres:your-super-secret-and-long-postgres-password@db:5432/postgres?connect_timeout=60
networks:
- app-network
restart: on-failure
Expand Down
1 change: 0 additions & 1 deletion autogpt_platform/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ services:
# file: ./docker-compose.platform.yml
# service: frontend

# Supabase services
# Supabase services
studio:
<<: *supabase-services
Expand Down

0 comments on commit 2c596e1

Please sign in to comment.