fix fe exposure
This commit is contained in:
+2
-1
@@ -1,10 +1,11 @@
|
|||||||
|
name: famdone-service
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "${FRONTEND_PORT:-3001}:3001" # nginx / app (public)
|
- "${FRONTEND_PORT:-3001}:80" # nginx / app (public)
|
||||||
- "${PB_PORT:-8091}:8090" # PocketBase admin UI (private network)
|
- "${PB_PORT:-8091}:8090" # PocketBase admin UI (private network)
|
||||||
volumes:
|
volumes:
|
||||||
- "${PB_DATA:-./pb_data}:/app/pb_data" # PB DB persistence
|
- "${PB_DATA:-./pb_data}:/app/pb_data" # PB DB persistence
|
||||||
|
|||||||
Reference in New Issue
Block a user