Skip to content

Commit

Permalink
env set
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat <[email protected]>
  • Loading branch information
Rajat0002 committed Dec 15, 2023
1 parent b1627f0 commit 30729c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions community_images/postgresql/ironbank/.rfignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ usr/lib64/security/pam_postgresok.so
usr/share/licenses
LICENSE.txt
LICENSE
usr/share/zoneinfo
var/run/postgresql
4 changes: 2 additions & 2 deletions community_images/postgresql/ironbank/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
cap_add:
- SYS_PTRACE
ports:
- '5432:5432'
- '::5432'
volumes:
- 'postgresql_data:/var/lib/postgresql/data'
- ../../common/tests/test.psql:/tmp/test.psql
Expand All @@ -17,7 +17,7 @@ services:
- POSTGRES_PASSWORD=my_password
- POSTGRES_DB=my_database
- PGDATA=/var/lib/postgresql/data

- POSTGRES_TIMEZONE=UTC
volumes:
postgresql_data:
driver: local

0 comments on commit 30729c5

Please sign in to comment.