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:
2023-04-09 07:17:00 +02:00
parent 69ec44032b
commit 6d88e96864
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -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