Skip to content

Commit bb14d83

Browse files
committed
chore: move Postgres config scripts
1 parent 4b33d93 commit bb14d83

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

scripts/postgres-init/postgres-init-datadog.sql renamed to shared/infra/compose/postgres-init/postgres-init-datadog.sql

File renamed without changes.

0 commit comments

Comments
 (0)