fix fe exposure

This commit is contained in:
JCEEE
2026-08-07 13:31:22 +01:00
parent f25873dd6d
commit 24ffe3d8a0
+2 -1
View File
@@ -1,10 +1,11 @@
name: famdone-service
services:
app:
build:
context: .
dockerfile: docker/Dockerfile
ports:
- "${FRONTEND_PORT:-3001}:3001" # nginx / app (public)
- "${FRONTEND_PORT:-3001}:80" # nginx / app (public)
- "${PB_PORT:-8091}:8090" # PocketBase admin UI (private network)
volumes:
- "${PB_DATA:-./pb_data}:/app/pb_data" # PB DB persistence