pdp-photofilm4you_user
Photo&Film4You user microservice (PDP-2FORUS Group)
2.7K
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.
docker pull jbalcellss/pdp-photofilm4you_gateway:latest
docker run -p 8080:8080 jbalcellss/pdp-photofilm4you_gateway:latest
services:
gateway:
image: jbalcellss/pdp-photofilm4you_gateway:latest
ports:
- "8080:8080"
environment:
SPRING_PROFILES_ACTIVE: docker
Content type
Image
Digest
sha256:58f75c8a9…
Size
217.1 MB
Last updated
7 months ago
docker pull jbalcellss/pdp-photofilm4you_user