Skip to content

Commit 5622b83

Browse files
Remove DB creation script from postgres service.
The container will automatically create a DB with the provided config (host, user, password).
1 parent 9831d5a commit 5622b83

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ services:
2323
test: 'psql -c "\l" postgres postgres'
2424
volumes:
2525
- postgres-data:/var/lib/postgresql/data
26-
- ./backend/create_db.sql:/docker-entrypoint-initdb.d/langpro.sql
2726
ports:
2827
- 127.0.0.1:5433:5432
2928

0 commit comments

Comments
 (0)