jbalcellss/pdp-photofilm4you_user

By jbalcellss

Updated 7 months ago

Photo&Film4You user microservice (PDP-2FORUS Group)

Image
Networking
API management
Databases & storage
0

2.7K

jbalcellss/pdp-photofilm4you_user repository overview

📸 PhotoFilm4You – Gateway Service (Docker Image)

High-performance API Gateway for the PhotoFilm4You platform. This repository hosts the official Docker image for the Gateway microservice, the entry point for all backend APIs.

🚀 Features

  • Spring Boot 2.7 + Java 11
  • Centralized routing for all backend microservices
  • Global security layer (JWT, filters, exception handling)
  • Optimized multi-stage Dockerfile with inline cache
  • Lightweight runtime image (distroless/alpine depending on build)
  • Production & develop rolling tags:
    • production-latest
    • develop-latest
    • latest

🧩 Part of the PhotoFilm4You Platform

  • productcatalog – pricing & products
  • user – authentication & user data
  • notification – async events & Kafka
  • digital – digital media delivery

🛠 Usage

docker pull jbalcellss/pdp-photofilm4you_gateway:latest
docker run -p 8080:8080 jbalcellss/pdp-photofilm4you_gateway:latest

📦 Docker Compose Example

services:
  gateway:
    image: jbalcellss/pdp-photofilm4you_gateway:latest
    ports:
      - "8080:8080"
    environment:
      SPRING_PROFILES_ACTIVE: docker

Tag summary

Content type

Image

Digest

sha256:58f75c8a9

Size

217.1 MB

Last updated

7 months ago

docker pull jbalcellss/pdp-photofilm4you_user