# Production environment override services: php: build: context: . target: frankenphp_prod environment: APP_SECRET: ${APP_SECRET} TRUSTED_PROXIES: ${TRUSTED_PROXIES:-127.0.0.0/8,10.0.0.0/8} SERVER_NAME: :80 ports: # HTTP - target: 80 published: 80 protocol: tcp