fix #108 systemd service (docker compose), fix #109 pin postgres:16-alpine

This commit is contained in:
kami
2026-07-14 01:37:22 +04:00
parent 42474c65fd
commit 78c46b2dcb
3 changed files with 49 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
services:
db:
image: postgres:16
image: postgres:16-alpine
restart: always
environment:
POSTGRES_USER: user