feat: remove pgjwt extension (#179)
This commit is contained in:
parent
0e6a68224f
commit
85b5c26665
|
|
@ -20,9 +20,7 @@ services:
|
|||
|
||||
postgres:
|
||||
restart: on-failure
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/postgres.Dockerfile
|
||||
image: postgres
|
||||
environment:
|
||||
- POSTGRES_USER=${POSTGRES_USER:-postgres}
|
||||
- POSTGRES_DB=${POSTGRES_DB:-postgres}
|
||||
|
|
|
|||
|
|
@ -60,9 +60,7 @@ services:
|
|||
|
||||
postgres:
|
||||
restart: on-failure
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/postgres.Dockerfile
|
||||
image: postgres
|
||||
environment:
|
||||
- POSTGRES_USER=${POSTGRES_USER:-postgres}
|
||||
- POSTGRES_DB=${POSTGRES_DB:-postgres}
|
||||
|
|
|
|||
Loading…
Reference in New Issue