feat: docker compose use alpine for postgres (#1603)
This commit is contained in:
parent
52ee79bf86
commit
2ce2a11c7e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ x-app-defaults: &app-defaults
|
|||
- TZ=Etc/UTC
|
||||
|
||||
x-db-defaults: &db-defaults
|
||||
image: postgres:13
|
||||
image: postgres:13-alpine
|
||||
ports:
|
||||
- "9432:5432"
|
||||
networks:
|
||||
|
|
Loading…
Reference in a new issue