Skip to content

Commit

Permalink
Use postgresql image in ghcr.io/codeforjapan
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Aug 5, 2024
1 parent acd4dca commit 3b7e8d8
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 3b7e8d8

Please sign in to comment.