Update docker-compose.yaml

This commit is contained in:
Yonas Tewabe
2026-06-12 13:00:15 +03:00
committed by GitHub
parent f6647eb02e
commit 4e5afcbf72

View File

@@ -83,6 +83,20 @@ services:
env_file: env_file:
- apps/edr-passenger-web/backoffice/.env - apps/edr-passenger-web/backoffice/.env
payment-api:
build:
context: .
dockerfile: apps/edr-payment-api/Dockerfile
args:
APP_PACKAGE: "@edr/payment-api"
APP_PATH: apps/edr-payment-api
secrets:
- npmrc
ports:
- "${PAYMENT_API_PORT:-3008}:${PAYMENT_API_PORT:-3008}"
env_file:
- apps/edr-payment-api/.env
secrets: secrets:
npmrc: npmrc:
file: .npmrc file: .npmrc