From e37465657c4c48b540a9b72bba762ac53fc579f3 Mon Sep 17 00:00:00 2001 From: Mark Crossfield Date: Tue, 10 May 2022 12:06:33 +0100 Subject: [PATCH] Mount Product_Offers_Data.csv to the pgadmin home to fix #24 This should make it easier for you to select the import while as it is present on the disk of the pgadmin container. TODO: - [ ] Update slides as the process can be simplified --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index f5d4b7b..390cca3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -46,5 +46,6 @@ services: - "5050:80" volumes: - ./pgadmin4/servers.json:/pgadmin4/servers.json + - ./backend/imports/Product_Offers_Data.csv:/home/pgadmin/Product_Offers_Data.csv volumes: database-data: # named volumes can be managed easier using docker-compose