feat: remove pgjwt extension (#179)

This commit is contained in:
Zack 2023-11-24 11:05:36 +08:00 committed by GitHub
parent 0e6a68224f
commit 85b5c26665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View File

@ -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}

View File

@ -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}