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