diff --git a/compose.yml b/compose.yml index f7e5b0f..1de40a7 100644 --- a/compose.yml +++ b/compose.yml @@ -6,7 +6,7 @@ services: container_name: phosphat-report-app restart: unless-stopped ports: - - "3009:3000" + - "${APP_PORT:-5173}:3000" environment: - NODE_ENV=production - PORT=3000