Skip to content

Commit

Permalink
clean up alembic revision (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
happilyeverafter95 authored Jul 22, 2023
1 parent aad40a3 commit bc1b539
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@ services:
image: llm-gateway-backend
env_file:
- .envrc
command: bash -c "alembic upgrade head"
command: alembic upgrade head
depends_on:
postgres:
condition: service_healthy
volumes:
# This is already copied into the image, but we always need the latest contents of this directory
- ./alembic/:/usr/src/app/alembic/

llm_gateway_backend:
image: llm-gateway-backend
Expand Down

0 comments on commit bc1b539

Please sign in to comment.