Skip to content

Commit 7ed400a

Browse files
committed
chore(docker): remove PGDATA from docker compose environment variables
1 parent 1b9dafa commit 7ed400a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

docker-compose.yml

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ services:
4343
- POSTGRES_DB=opentogethertube
4444
- POSTGRES_USER=opentogethertube
4545
- POSTGRES_PASSWORD=postgres
46-
- PGDATA=/tmp
4746
healthcheck:
4847
test: "pg_isready -U opentogethertube"
4948
expose:

docker/docker-compose.yml

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ services:
5151
- POSTGRES_DB=opentogethertube
5252
- POSTGRES_USER=opentogethertube
5353
- POSTGRES_PASSWORD=postgres
54-
- PGDATA=/tmp
5554
healthcheck:
5655
test: "pg_isready -U opentogethertube"
5756
expose:

docker/with-balancer.docker-compose.yml

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ services:
7070
- POSTGRES_DB=opentogethertube
7171
- POSTGRES_USER=opentogethertube
7272
- POSTGRES_PASSWORD=postgres
73-
- PGDATA=/tmp
7473
healthcheck:
7574
test: "pg_isready -U opentogethertube"
7675
expose:

0 commit comments

Comments
 (0)