feat: docker compose use alpine for postgres (#1603)

This commit is contained in:
relikd 2023-11-24 10:18:57 +01:00 committed by GitHub
parent 52ee79bf86
commit 2ce2a11c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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