refactor: 🔥 update docker-compose.yml and remove schema.sql
- Update volume path in docker-compose.yml for init.sql - Remove docker/schema.sql, move schema configuration to init.sql
This commit is contained in:
@@ -23,7 +23,7 @@ services:
|
||||
environment:
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
volumes:
|
||||
- ./schema.sql:/docker-entrypoint-initdb.d/schema.sql
|
||||
- ./init.sql:/docker-entrypoint-initdb.d/schema.sql
|
||||
- ./data:/var/lib/postgresql/data
|
||||
networks:
|
||||
- ratingorama
|
||||
|
||||
Reference in New Issue
Block a user