Tweak bible font and avatar image layout

This commit is contained in:
kihong.kim
2026-01-24 23:15:54 +09:00
parent b758ef00a0
commit 2944b6d9b5
4 changed files with 81 additions and 27 deletions

View File

@@ -6,6 +6,8 @@ services:
context: ./backend
ports:
- "4000:4000"
volumes:
- backend-uploads:/app/uploads
environment:
PORT: "4000"
MONGODB_URI: "mongodb://mongo:27017/google-tv-dashboard"
@@ -25,3 +27,4 @@ services:
volumes:
mongo-data:
backend-uploads: