File tree Expand file tree Collapse file tree
shared/infra/compose/postgres-init Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ services:
176176 - " 5432:5432"
177177 volumes :
178178 - sticker-catalogue-data:/var/lib/postgresql/data
179- - ./scripts /postgres-init:/docker-entrypoint-initdb.d:ro
179+ - ./shared/infra/compose /postgres-init:/docker-entrypoint-initdb.d:ro
180180 command :
181181 - postgres
182182 - -c
@@ -200,7 +200,7 @@ services:
200200 - " 5434:5432"
201201 volumes :
202202 - sticker-award-data:/var/lib/postgresql/data
203- - ./scripts /postgres-init:/docker-entrypoint-initdb.d:ro
203+ - ./shared/infra/compose /postgres-init:/docker-entrypoint-initdb.d:ro
204204 command :
205205 - postgres
206206 - -c
@@ -224,7 +224,7 @@ services:
224224 - " 5433:5432"
225225 volumes :
226226 - user-management-data:/var/lib/postgresql/data
227- - ./scripts /postgres-init:/docker-entrypoint-initdb.d:ro
227+ - ./shared/infra/compose /postgres-init:/docker-entrypoint-initdb.d:ro
228228 command :
229229 - postgres
230230 - -c
File renamed without changes.
You can’t perform that action at this time.
0 commit comments