Skip to content

Commit

Permalink
Merge 7ed400a into 1b9dafa
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 authored Nov 11, 2024
2 parents 1b9dafa + 7ed400a commit e16af30
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ services:
- POSTGRES_DB=opentogethertube
- POSTGRES_USER=opentogethertube
- POSTGRES_PASSWORD=postgres
- PGDATA=/tmp
healthcheck:
test: "pg_isready -U opentogethertube"
expose:
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ services:
- POSTGRES_DB=opentogethertube
- POSTGRES_USER=opentogethertube
- POSTGRES_PASSWORD=postgres
- PGDATA=/tmp
healthcheck:
test: "pg_isready -U opentogethertube"
expose:
Expand Down
1 change: 0 additions & 1 deletion docker/with-balancer.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ services:
- POSTGRES_DB=opentogethertube
- POSTGRES_USER=opentogethertube
- POSTGRES_PASSWORD=postgres
- PGDATA=/tmp
healthcheck:
test: "pg_isready -U opentogethertube"
expose:
Expand Down

0 comments on commit e16af30

Please sign in to comment.