Skip to content

Commit

Permalink
Merge pull request #625 from codeforjapan/user-image-in-ghcr
Browse files Browse the repository at this point in the history
Use postgresql image in `ghcr.io/codeforjapan`
  • Loading branch information
ayuki-joto authored Aug 5, 2024
2 parents acd4dca + 3b7e8d8 commit 1a8fc7a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ services:
links:
- pg
pg:
image: postgres
build:
context: docker/postgres/.
image: "ghcr.io/codeforjapan/postgresql_bigm:12-latest"
volumes:
- pg-data:/var/lib/postgresql/data
environment:
Expand Down
15 changes: 0 additions & 15 deletions docker/postgres/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion docker/postgres/initdb-pg_bigm.sql

This file was deleted.

0 comments on commit 1a8fc7a

Please sign in to comment.