main
yaml 8 lines 264 Bytes
Raw
1 # Replace only the frontend image. The service name stays portal-frontend so the
2 # existing nginx route to portal-frontend:8080 does not change.
3
4 services:
5 portal-frontend:
6 image: your-registry/portal-custom-frontend:latest
7 environment:
8 PORT: 8080