Skip to content

Commit

Permalink
roll back the incorrect fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dejima-shikou committed Sep 13, 2024
1 parent 765a53f commit 9d8be35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ services:
restart: always
volumes:
- ./api/app:/app:ro
- ./api/app/alembic:/app/alembic:rw # for 'alembic revision --autogenerate'
- ./key:/key:ro
db:
image: postgres:14
Expand Down
1 change: 0 additions & 1 deletion docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ services:
- test-network
volumes:
- ./api/app:/app:ro
- ./api/app/alembic:/app/alembic:rw # for 'alembic revision --autogenerate'
- ./key:/key:ro
testdb:
image: postgres:14
Expand Down

0 comments on commit 9d8be35

Please sign in to comment.