mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-28 20:59:23 +00:00
Add port configuration for services
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
# documentation: https://github.com/coollabsio/next-image-transformation
|
||||
# slogan: Drop-in replacement for Vercel's Nextjs image optimization service.
|
||||
# tags: nextjs,image,transformation,service
|
||||
# port: 3000
|
||||
|
||||
services:
|
||||
next-image-transformation:
|
||||
image: ghcr.io/coollabsio/next-image-transformation:latest
|
||||
environment:
|
||||
- SERVICE_FQDN_TRANSFORMATION
|
||||
- SERVICE_FQDN_TRANSFORMATION_3000
|
||||
- NODE_ENV=production
|
||||
- ALLOWED_REMOTE_DOMAINS=${ALLOWED_REMOTE_DOMAINS:-*}
|
||||
- IMGPROXY_URL=${IMGPROXY_URL:-http://imgproxy:8080}
|
||||
|
||||
Reference in New Issue
Block a user